From 3343c8494d6d17909197dbd370d0f7d5409809a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 03:44:21 +0000 Subject: [PATCH] build(deps): bump tonic from 0.9.1 to 0.9.2 (#6527) Bumps [tonic](https://github.com/hyperium/tonic) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- zebrad/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87e01230..35df5f67 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 b76b61ac..a318456c 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"