From b99b35cc539970aec7e56b8f795e87603031ffb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:38:00 +0000 Subject: [PATCH] chore(deps): bump rustls from 0.23.22 to 0.23.23 in /examples (#545) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 46e4dbe..036755a 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -1486,7 +1486,7 @@ name = "http2" version = "1.0.0" dependencies = [ "actix-web", - "rustls 0.23.22", + "rustls 0.23.23", "rustls-pemfile 2.2.0", ] @@ -2501,9 +2501,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", @@ -3193,7 +3193,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.22", + "rustls 0.23.23", "rustls-pki-types", "tokio", ]