chore(deps): Bump tonic from 0.12.1 to 0.12.2 (#707)

This commit is contained in:
dependabot[bot] 2024-09-02 21:24:37 +08:00 committed by GitHub
parent befff97397
commit 12f74fc355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"