From f3f26ff85fdf10af10f5e4efc813d17cd2608d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 03:31:38 +0000 Subject: [PATCH] build(deps): bump tonic from 0.7.1 to 0.7.2 (#4325) Bumps [tonic](https://github.com/hyperium/tonic) from 0.7.1 to 0.7.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.7.1...v0.7.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 | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39b2a056..0ba8a006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4764,9 +4764,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30fb54bf1e446f44d870d260d99957e7d11fb9d0a0f5bd1a662ad1411cc103f9" +checksum = "5be9d60db39854b30b835107500cf0aca0b0d14d6e1c3de124217c23a29c2ddb" dependencies = [ "async-stream", "async-trait", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index bcb3b4dc..5f8f359b 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -82,7 +82,7 @@ semver = "1.0.9" serde_json = { version = "1.0.81", features = ["preserve_order"] } tempfile = "3.3.0" tokio = { version = "1.18.1", features = ["full", "test-util"] } -tonic = "0.7.0" +tonic = "0.7.2" proptest = "0.10.1" proptest-derive = "0.3.0"