diff --git a/Cargo.lock b/Cargo.lock index e1c1a16..56b1a7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,7 +1153,7 @@ dependencies = [ "time", "tokio", "tokio-test", - "tonic", + "tonic 0.13.1", "tracing", ] @@ -1592,7 +1592,7 @@ dependencies = [ "opentelemetry_sdk", "prost", "serde", - "tonic", + "tonic 0.12.3", ] [[package]] @@ -2556,6 +2556,34 @@ dependencies = [ "tracing", ] +[[package]] +name = "tonic" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9" +dependencies = [ + "async-trait", + "base64", + "bytes", + "h2", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-timeout", + "hyper-util", + "percent-encoding", + "pin-project", + "prost", + "socket2 0.5.10", + "tokio", + "tokio-stream", + "tower 0.5.3", + "tower-layer", + "tower-service", + "tracing", +] + [[package]] name = "tower" version = "0.4.13" @@ -2584,11 +2612,15 @@ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", + "indexmap 2.14.0", "pin-project-lite", + "slab", "sync_wrapper", "tokio", + "tokio-util", "tower-layer", "tower-service", + "tracing", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5af173b..69d9d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ http-body-util = "0.1" uuid = { version = "1", features = ["v7"] } prost = "0.13" flate2 = "1" -tonic = { version = "0.12.3", default-features = false, features = ["transport", "codegen", "prost"] } +tonic = { version = "0.13.1", default-features = false, features = ["transport", "codegen", "prost"] } reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "gzip"] } # CLI