From 9f353ca15bbfd58c02b9990d432f2ca62086e00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:17:07 +0000 Subject: [PATCH] build(deps): bump rustls from 0.23.13 to 0.23.14 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.13 to 0.23.14. - [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.13...v/0.23.14) --- 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 ee4307694..2ba863ddc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5251,9 +5251,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.13" +version = "0.23.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" +checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index ae54f7d1c..bb9599dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -184,7 +184,7 @@ version = "0.8.5" # TLS stack [workspace.dependencies.rustls] -version = "0.23.13" +version = "0.23.14" # Use platform-specific verifier for TLS [workspace.dependencies.rustls-platform-verifier]