From 3be086782473b4a4fe1a5530d9fd701499d4cc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:58:54 +0000 Subject: [PATCH] build(deps): bump rustls from 0.23.21 to 0.23.22 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.21 to 0.23.22. - [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.21...v/0.23.22) --- 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 5d39fe716..83d18c232 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5158,9 +5158,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.21" +version = "0.23.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" +checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index 140a62e51..f950c56a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -254,7 +254,7 @@ version = "0.15.0" # TLS stack [workspace.dependencies.rustls] -version = "0.23.21" +version = "0.23.22" # Use platform-specific verifier for TLS [workspace.dependencies.rustls-platform-verifier]