From fcd62ae2914bdd6393b6e0393cadce6a9c3e0112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:31:36 +0000 Subject: [PATCH] build(deps): bump tonic from 0.10.1 to 0.10.2 Bumps [tonic](https://github.com/hyperium/tonic) from 0.10.1 to 0.10.2. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b0fe57..c216d6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,7 +814,7 @@ dependencies = [ "serde_json", "tokio", "toml", - "tonic 0.10.1", + "tonic 0.10.2", "tower-cookies", "tower-http", "tracing", @@ -2383,9 +2383,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c00bc15e49625f3d2f20b17082601e5e17cf27ead69e805174026c194b6664" +checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cfddb9c..23ded44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.33.0", features = ["full"]} toml = "0.8.2" -tonic = { version = "0.10.1", features = ["tls", "tls-roots"] } +tonic = { version = "0.10.2", features = ["tls", "tls-roots"] } tower-cookies = { version = "0.9.0", features = ["signed", "private"]} tower-http = { version = "0.4.4", features = ["tracing", "trace"] } tracing = "0.1.37"