From 78df22c2fea600bc643869793cf54c50ba5132f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:53:00 +0000 Subject: [PATCH] Bump rustls from 0.23.9 to 0.23.10 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.9 to 0.23.10. - [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.9...v/0.23.10) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad7857c4..ac5bde1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2504,9 +2504,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.9" +version = "0.23.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b" +checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index c41a3324..bffe3b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ hyper = { version = "1.0", features = ["client", "http1", "http2"] } native-tls = { version = "0.2.11", features = ["alpn"], optional = true } tokio-native-tls = { version = "0.3.0", optional = true } -rustls = { version = "0.23.5", optional = true } +rustls = { version = "0.23.10", optional = true } rustls-native-certs = { version = "0.7.0", optional = true } tokio-rustls = { version = "0.26.0", optional = true } rustls-pki-types = { version = "1.3.0", optional = true }