From 829360037b92f88abb9d0e109074ecd1cae93854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:46:11 +0000 Subject: [PATCH] Bump rustls from 0.23.20 to 0.23.21 (#3596) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.20 to 0.23.21. - [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.20...v/0.23.21) --- 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 b35acb2ec..cd96b3000 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4811,9 +4811,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.20" +version = "0.23.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" +checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index 2044e92c8..08a8e2ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ retry-after = "0.4.0" rstest = "0.22.0" rstest_reuse = "0.7.0" rustc_version = "0.4.1" -rustls = "0.23.20" +rustls = "0.23.21" rustls-pemfile = "2.2.0" sec1 = "0.7" serde = { version = "1.0.217", features = ["derive"] }