From 2f66adbc4db6cf43997d764280b95c7a74ff10a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:10:19 +0000 Subject: [PATCH] chore(deps): Bump tonic-build from 0.12.1 to 0.12.2 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.1 to 0.12.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.12.1...v0.12.2) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- plugins/dummy_rand_data/Cargo.toml | 2 +- plugins/dummy_sha256/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ce5e50a..359a0690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3110,9 +3110,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "568392c5a2bd0020723e3f387891176aabafe36fd9fcd074ad309dfa0c8eb964" +checksum = "fe4ee8877250136bd7e3d2331632810a4df4ea5e004656990d8d66d2f5ee8a67" dependencies = [ "prettyplease", "proc-macro2", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index b63e12bb..469f095d 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -142,7 +142,7 @@ zstd = "0.13.2" anyhow = "1.0.86" pathbuf = "1.0.0" -tonic-build = "0.12.1" +tonic-build = "0.12.2" which = { version = "6.0.3", default-features = false } [dev-dependencies] diff --git a/plugins/dummy_rand_data/Cargo.toml b/plugins/dummy_rand_data/Cargo.toml index 4cfc2774..85e4c28a 100644 --- a/plugins/dummy_rand_data/Cargo.toml +++ b/plugins/dummy_rand_data/Cargo.toml @@ -19,4 +19,4 @@ tonic = "0.12.2" [build-dependencies] anyhow = "1.0.86" -tonic-build = "0.12.1" +tonic-build = "0.12.2" diff --git a/plugins/dummy_sha256/Cargo.toml b/plugins/dummy_sha256/Cargo.toml index 35296bfb..ca498a95 100644 --- a/plugins/dummy_sha256/Cargo.toml +++ b/plugins/dummy_sha256/Cargo.toml @@ -20,4 +20,4 @@ tonic = "0.12.2" [build-dependencies] anyhow = "1.0.86" -tonic-build = "0.12.1" +tonic-build = "0.12.2"