From 6e7db100825c00f98e2e95defe116845bbbc8631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:57:04 +0000 Subject: [PATCH] chore(deps): Bump tonic from 0.12.1 to 0.12.2 Bumps [tonic](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 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 0cf407e5..a04ea55d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3080,9 +3080,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401" +checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad" dependencies = [ "async-stream", "async-trait", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 5dd90f9e..0513f709 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -122,7 +122,7 @@ tokio = { version = "1.39.3", features = [ ] } tokio-stream = "0.1.15" toml = "0.8.19" -tonic = "0.12.1" +tonic = "0.12.2" thiserror = "1.0.63" unicode-normalization = "0.1.19" ureq = { version = "2.10.0", default-features = false, features = [ diff --git a/plugins/dummy_rand_data/Cargo.toml b/plugins/dummy_rand_data/Cargo.toml index af51ea32..aa683654 100644 --- a/plugins/dummy_rand_data/Cargo.toml +++ b/plugins/dummy_rand_data/Cargo.toml @@ -14,7 +14,7 @@ rand = "0.8.5" serde_json = "1.0.125" tokio = { version = "1.39.2", features = ["rt"] } tokio-stream = "0.1.15" -tonic = "0.12.1" +tonic = "0.12.2" [build-dependencies] anyhow = "1.0.86" diff --git a/plugins/dummy_sha256/Cargo.toml b/plugins/dummy_sha256/Cargo.toml index 56aef2ec..08c61cab 100644 --- a/plugins/dummy_sha256/Cargo.toml +++ b/plugins/dummy_sha256/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.125" sha2 = "0.10.8" tokio = { version = "1.39.2", features = ["rt"] } tokio-stream = "0.1.15" -tonic = "0.12.1" +tonic = "0.12.2" [build-dependencies] anyhow = "1.0.86"