diff --git a/Cargo.lock b/Cargo.lock index 87e01230c..35df5f67e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4780,9 +4780,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38bd8e87955eb13c1986671838177d6792cdc52af9bffced0d2c8a9a7f741ab3" +checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" dependencies = [ "async-trait", "axum", @@ -6045,7 +6045,7 @@ dependencies = [ "tokio", "tokio-stream", "toml 0.7.3", - "tonic 0.9.1", + "tonic 0.9.2", "tonic-build", "tower", "tracing", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index b76b61ace..a318456c6 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -205,7 +205,7 @@ tokio-stream = "0.1.12" # test feature lightwalletd-grpc-tests prost = "0.11.9" -tonic = "0.9.1" +tonic = "0.9.2" proptest = "1.1.0" proptest-derive = "0.3.0"