diff --git a/Cargo.lock b/Cargo.lock index c6f2678..0cd894b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1844,7 +1844,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-test", - "tonic 0.14.5", + "tonic 0.14.6", "tonic-prost", "tonic-prost-build", "tracing", @@ -2844,9 +2844,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" +checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef" dependencies = [ "async-trait", "axum 0.8.8", @@ -2891,7 +2891,7 @@ checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" dependencies = [ "bytes", "prost 0.14.3", - "tonic 0.14.5", + "tonic 0.14.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a652afb..856f683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ thiserror = "2.0.18" tokio = { version = "1.51.1", features = ["full"] } tokio-stream = { version = "0.1.18", features = ["sync"] } tokio-test = "0.4.5" -tonic = "0.14.5" +tonic = "0.14.6" tracing = "0.1.44" tracing-opentelemetry = "0.32.1" tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }