From b9b88ce3b71d144da545beab74b3da86153b95a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:49:33 +0000 Subject: [PATCH] chore(deps): bump rustls from 0.23.15 to 0.23.16 in /examples (#487) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.15 to 0.23.16. - [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.15...v/0.23.16) --- 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 7c43134..c2e00fe 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -1455,7 +1455,7 @@ name = "http2" version = "1.0.0" dependencies = [ "actix-web", - "rustls 0.23.15", + "rustls 0.23.16", "rustls-pemfile 2.2.0", ] @@ -2478,9 +2478,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.15" +version = "0.23.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993" +checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e" dependencies = [ "aws-lc-rs", "log", @@ -3150,7 +3150,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.15", + "rustls 0.23.16", "rustls-pki-types", "tokio", ]