From e30ac2dbffdc891c620dfb4bf5eab58359d746b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:28:08 +0200 Subject: [PATCH] Bump rustls from 0.23.3 to 0.23.5 (#958) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.3 to 0.23.5. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.3...v/0.23.5) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7986690..651feb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1841,9 +1841,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.3" +version = "0.23.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3818d6051afeb6f88412bc8693cf8219799b2f2c2365f15e7534f0e198a16c" +checksum = "afabcee0551bd1aa3e18e5adbf2c0544722014b899adb31bd186ec638d3da97e" dependencies = [ "log", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 7cdcaec..b3d53ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ percent-encoding = { version = "2.3", optional = true } ## tls native-tls = { version = "0.2.5", optional = true } # feature -rustls = { version = "0.23.3", default-features = false, features = ["ring", "logging", "std", "tls12"], optional = true } +rustls = { version = "0.23.5", default-features = false, features = ["ring", "logging", "std", "tls12"], optional = true } rustls-pemfile = { version = "2", optional = true } rustls-native-certs = { version = "0.7", optional = true } webpki-roots = { version = "0.26", optional = true }