diff --git a/Cargo.lock b/Cargo.lock index 93dc06dd3c8e1..6cc23129a6b13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2134,21 +2134,21 @@ dependencies = [ [[package]] name = "console-api" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57ff02e8ad8e06ab9731d5dc72dc23bef9200778eae1a89d555d8c42e5d4a86" +checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e" dependencies = [ "prost", "prost-types", - "tonic 0.8.3", + "tonic", "tracing-core 0.1.30", ] [[package]] name = "console-subscriber" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22a3a81dfaf6b66bce5d159eddae701e3a002f194d378cbf7be5f053c281d9be" +checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7" dependencies = [ "console-api", "crossbeam-channel", @@ -2162,7 +2162,7 @@ dependencies = [ "thread_local", "tokio", "tokio-stream", - "tonic 0.8.3", + "tonic", "tracing 0.1.37", "tracing-core 0.1.30", "tracing-subscriber", @@ -5662,7 +5662,7 @@ dependencies = [ "ordered-float 3.7.0", "prost", "prost-build", - "tonic 0.9.2", + "tonic", "tonic-build", "vector-core", "vector-lookup", @@ -8470,38 +8470,6 @@ dependencies = [ "winnow", ] -[[package]] -name = "tonic" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb" -dependencies = [ - "async-stream", - "async-trait", - "axum", - "base64 0.13.1", - "bytes 1.4.0", - "futures-core", - "futures-util", - "h2", - "http", - "http-body", - "hyper", - "hyper-timeout", - "percent-encoding", - "pin-project", - "prost", - "prost-derive", - "tokio", - "tokio-stream", - "tokio-util", - "tower", - "tower-layer", - "tower-service", - "tracing 0.1.37", - "tracing-futures 0.2.5", -] - [[package]] name = "tonic" version = "0.9.2" @@ -9325,7 +9293,7 @@ dependencies = [ "tokio-tungstenite", "tokio-util", "toml 0.7.3", - "tonic 0.9.2", + "tonic", "tonic-build", "tower", "tower-http", @@ -9574,7 +9542,7 @@ dependencies = [ "tokio-test", "tokio-util", "toml 0.7.3", - "tonic 0.9.2", + "tonic", "tower", "tracing 0.1.37", "tracing-core 0.1.30", diff --git a/Cargo.toml b/Cargo.toml index 7db88591efcda..8f08dbe99e464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ tokio = { version = "1.28.0", default-features = false, features = ["full"] } tokio-openssl = { version = "0.6.3", default-features = false } tokio-stream = { version = "0.1.14", default-features = false, features = ["net", "sync", "time"] } tokio-util = { version = "0.7", default-features = false, features = ["io", "time"] } -console-subscriber = { version = "0.1.8", default-features = false, optional = true } +console-subscriber = { version = "0.1.9", default-features = false, optional = true } # Tracing tracing = { version = "0.1.34", default-features = false }