From 3c1988175ffa0bdcf828cf656df4c6eeb3223255 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 2 Oct 2024 09:52:15 +0200 Subject: [PATCH] Bump tonic to 0.12.3 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- test/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5245ae7961c6..d07de1332cdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4497,9 +4497,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", @@ -4562,9 +4562,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad" +checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a8a0eb4f3c39..3157d70d1bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ tokio = { version = "1.8" } parity-tokio-ipc = "0.9" futures = "0.3.15" # Tonic and related crates -tonic = "0.12.2" +tonic = "0.12.3" tonic-build = { version = "0.10.0", default-features = false } tower = "0.4" prost = "0.13.3" diff --git a/test/Cargo.toml b/test/Cargo.toml index fd50761e7eaf..52b2e0a5da65 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -54,7 +54,7 @@ serde_json = "1.0" tokio-serde = { version = "0.8.0", features = ["json"] } # Tonic and related crates -tonic = "0.12.2" +tonic = "0.12.3" tonic-build = { version = "0.10.0", default-features = false } tower = "0.4" prost = "0.13.3"