From 9cc4eae43c01e875d0312687a4c3ffe476e9adbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 07:48:38 +0000 Subject: [PATCH] build(deps): bump rustls from 0.21.6 to 0.21.7 (#30254) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.6 to 0.21.7. - [Release notes](https://github.com/rustls/rustls/releases) - [Commits](https://github.com/rustls/rustls/compare/v/0.21.6...v/0.21.7) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... 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 e4352958402..2fceb2cf253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4861,9 +4861,9 @@ dependencies = [ [[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", diff --git a/Cargo.toml b/Cargo.toml index bbd96cff120..f6c51361447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ rand_core = "0.6" rand_isaac = "0.3" rayon = "1" regex = "1.1" -rustls = { version = "0.21.5", features = ["dangerous_configuration"] } +rustls = { version = "0.21.7", features = ["dangerous_configuration"] } rustls-pemfile = "1.0.3" serde = "1.0.60" serde_bytes = "0.11"