From 30b317b3ebf62fcc8c56d56c0a8be753b0e0d1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 05:28:58 +0000 Subject: [PATCH] Bump rustls from 0.23.4 to 0.23.7 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.4 to 0.23.7. - [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.4...v/0.23.7) --- 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 1a5cf12fd..3c6767eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3237,9 +3237,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.4" +version = "0.23.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c4d6d8ad9f2492485e13453acbb291dd08f64441b6609c491f1c2cd2c6b4fe1" +checksum = "ebbbdb961df0ad3f2652da8f3fdc4b36122f568f968f45ad3316f26c025c677b" dependencies = [ "once_cell", "ring", diff --git a/Cargo.toml b/Cargo.toml index 6f64b9f8b..5db545da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ unicode-segmentation = "1.10" httparse = {version = "1.8.0", optional = true} open = {version = "5", optional = true} rawrrr = {version = "0.2.1", optional = true} -rustls = {version = "0.23.2", optional = true, default-features = false, features = [ +rustls = {version = "0.23.7", optional = true, default-features = false, features = [ "std", "tls12", "ring",