From 29a350b94528d335638ce2650a75709fb987f684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:36:20 +0000 Subject: [PATCH] Bump rustls from 0.23.16 to 0.23.17 (#3494) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.16 to 0.23.17. - [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.16...v/0.23.17) --- 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 592008e3f..5e7c0ca4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4583,9 +4583,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.16" +version = "0.23.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e" +checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index c8628ad52..5952a2370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ ring = "0.17.8" rstest = "0.22.0" rstest_reuse = "0.7.0" rustc_version = "0.4.1" -rustls = "0.23.16" +rustls = "0.23.17" rustls-pemfile = "2.2.0" sec1 = "0.7" serde = { version = "1.0.215", features = ["derive"] }