From cda027d5a9249b706326132bf74b4487d07ab15b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:50:54 +0000 Subject: [PATCH] chore(deps): bump tonic from 0.8.3 to 0.11.0 Bumps [tonic](https://github.com/hyperium/tonic) from 0.8.3 to 0.11.0. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.8.3...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 | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09d4e418..0cc819eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2058,7 +2058,7 @@ dependencies = [ "testcontainers-modules", "thiserror", "tokio", - "tonic 0.8.3", + "tonic 0.11.0", "tower", "tower-http", "tracing", @@ -4025,7 +4025,10 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.12.4", + "rustls-pemfile 2.1.2", + "rustls-pki-types", "tokio", + "tokio-rustls 0.25.0", "tokio-stream", "tower", "tower-layer", diff --git a/Cargo.toml b/Cargo.toml index 70ec0219..b32aaef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ testcontainers = "0.15.0" testcontainers-modules = "0.3.6" thiserror = "1.0.56" tokio = "1.37.0" -tonic = "0.8" +tonic = "0.11" tower = "0.4.13" tower-http = "0.5.0" tracing = "0.1.40"