From 517a246b0081eaa61d54ae65c277d16dff319fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:12:08 +0000 Subject: [PATCH] build(deps): bump tonic from 0.10.2 to 0.11.0 Bumps [tonic](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e93934b..080fefc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2311,9 +2311,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e" +checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 610b350..2502137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ reqwest = { version = "0.11", default-features = false, features = ["json", "rus serde_json = "1" serde = { version = "1", features = ["derive"] } sha2 = "0.10" -tonic = "0.10" +tonic = "0.11" tracing = "0.1" tracing-futures = { version = "0.2.5", default-features = false, features = ["tokio", "futures-03", "std"] } uuid = { version = "1.7", features = ["v4"] } # A library to generate and parse UUIDs.