From b2a5537caf86327695aa356da025ead00455b76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:20:55 +0000 Subject: [PATCH] build(deps): bump tonic from 0.10.0 to 0.10.1 Bumps [tonic](https://github.com/hyperium/tonic) from 0.10.0 to 0.10.1. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ce6ec2..5208c5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,7 +814,7 @@ dependencies = [ "serde_json", "tokio", "toml", - "tonic 0.10.0", + "tonic 0.10.1", "tower-cookies", "tower-http", "tracing", @@ -1816,9 +1816,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustls" -version = "0.21.6" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" +checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" dependencies = [ "log", "ring", @@ -2383,9 +2383,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5469afaf78a11265c343a88969045c1568aa8ecc6c787dbf756e92e70f199861" +checksum = "14c00bc15e49625f3d2f20b17082601e5e17cf27ead69e805174026c194b6664" dependencies = [ "async-stream", "async-trait", @@ -2400,6 +2400,7 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.12.0", + "rustls", "rustls-native-certs", "rustls-pemfile", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 2db36f6..cb867b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.32.0", features = ["full"]} toml = "0.8.0" -tonic = { version = "0.10.0", features = ["tls", "tls-roots"] } +tonic = { version = "0.10.1", 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"