From e1f07fda4c32226ab081fa376bb19931b6ddac08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:53:02 +0000 Subject: [PATCH] Bump tokio-rustls from 0.26.0 to 0.26.1 Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](https://github.com/rustls/tokio-rustls/commits) --- updated-dependencies: - dependency-name: tokio-rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fb306f..35776f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3591,12 +3591,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" dependencies = [ "rustls", - "rustls-pki-types", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 54e67d3..1f215b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ scopeguard = "1.2" sha1 = { version = "0.10.6", default-features = false, features = ["oid"] } tempfile = "3.10" tokio = { version = "1", features = ["full", "parking_lot"] } -tokio-rustls = { version = "0.26.0", default-features = false, features = ["tls12"] } +tokio-rustls = { version = "0.26.1", default-features = false, features = ["tls12"] } tokio-stream = { version = "0.1", default-features = false, features = ["fs"] } tower = { version = "0.5.1", features = ["util", "timeout"] } tower-http = { version = "0.6.1", features = ["fs"] }