From 12f74fc3552ff96d0b256f8b25f8784a0398a1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:24:37 +0800 Subject: [PATCH] chore(deps): Bump tonic from 0.12.1 to 0.12.2 (#707) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3667c080..45917287 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4241,9 +4241,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401" +checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index dea4949b..62b4f31e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ rocksdb = "0.22.0" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" http = "1" -tonic = { version = "0.12.1", features = ["zstd"] } +tonic = { version = "0.12.2", features = ["zstd"] } tokio = { version = "1.39.2", features = ["full"] } tokio-util = { version = "0.7.11", features = ["full"] } tokio-stream = "0.1.15"