chore(deps): Bump tonic from 0.12.1 to 0.12.2 (#707)
This commit is contained in:
parent
befff97397
commit
12f74fc355
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue