From b33e3a856dc9a42052db37c206cfa14f942648c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:59:09 +0000 Subject: [PATCH] Bump rustls from 0.23.6 to 0.23.12 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.6 to 0.23.12. - [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.6...v/0.23.12) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 111c5b55..83e2446d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,7 +945,7 @@ dependencies = [ "reqwest", "rocksdb", "roxy", - "rustls 0.23.6", + "rustls 0.23.12", "rustls-pemfile", "semver", "serde", @@ -2206,7 +2206,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash", - "rustls 0.23.6", + "rustls 0.23.12", "thiserror", "tokio", "tracing", @@ -2222,7 +2222,7 @@ dependencies = [ "rand", "ring", "rustc-hash", - "rustls 0.23.6", + "rustls 0.23.12", "rustls-platform-verifier", "slab", "thiserror", @@ -2516,9 +2516,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.6" +version = "0.23.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94cf0812de1f0cee6b163ce35c2f57b90e1ef5a2bed57bcf07c16475bac8c852" +checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" dependencies = [ "once_cell", "ring", @@ -2568,7 +2568,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.6", + "rustls 0.23.12", "rustls-native-certs", "rustls-platform-verifier-android", "rustls-webpki", @@ -2586,9 +2586,9 @@ checksum = "84e217e7fdc8466b5b35d30f8c0a30febd29173df4a3a0c2115d306b9c4117ad" [[package]] name = "rustls-webpki" -version = "0.102.3" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring", "rustls-pki-types",