From ea7f7cbed19e4f4273f1481ee1492c4f4c42e16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:44:48 +0000 Subject: [PATCH] build(deps): bump rustls from 0.23.22 to 0.23.23 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.22 to 0.23.23. - [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.22...v/0.23.23) --- 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 66caf811e..54778e801 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5098,9 +5098,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.22" +version = "0.23.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7" +checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index eaea6421f..1ffdf4b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -259,7 +259,7 @@ version = "0.15.1" # TLS stack [workspace.dependencies.rustls] -version = "0.23.22" +version = "0.23.23" # Use platform-specific verifier for TLS [workspace.dependencies.rustls-platform-verifier]