From 6d9f7befc0a08540b94ecb31328ba4e9c3b200b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 03:31:23 +0000 Subject: [PATCH] build(deps): bump tonic-build from 0.7.1 to 0.7.2 (#4326) Bumps [tonic-build](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-build 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 70cdf375..39b2a056 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4796,9 +4796,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c03447cdc9eaf8feffb6412dcb27baf2db11669a6c4789f29da799aabfb99547" +checksum = "d9263bf4c9bfaae7317c1c2faf7f18491d2fe476f70c414b73bf5d445b00ffa1" dependencies = [ "prettyplease", "proc-macro2 1.0.36", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 6c273f17..bcb3b4dc 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -67,7 +67,7 @@ proptest = { version = "0.10.1", optional = true } proptest-derive = { version = "0.3.0", optional = true } [build-dependencies] -tonic-build = "0.7.1" +tonic-build = "0.7.2" vergen = { version = "7.0.0", default-features = false, features = ["cargo", "git"] } [dev-dependencies]