From e1306d4b9486504d1e7f07122027ea1efb5a2d2a Mon Sep 17 00:00:00 2001 From: Rob Date: Mon, 8 Jul 2024 14:28:24 -0400 Subject: [PATCH] fix weird `rustls` issue --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d92d01139..c7b36343c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1585,7 +1585,7 @@ dependencies = [ "rcgen 0.13.1", "redis", "rkyv", - "rustls 0.23.11", + "rustls 0.23.10", "rustls-pki-types", "sqlx", "thiserror", @@ -3565,7 +3565,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.11", + "rustls 0.23.10", "rustls-pki-types", ] @@ -4691,7 +4691,7 @@ dependencies = [ "http 1.1.0", "hyper 1.4.0", "hyper-util", - "rustls 0.23.11", + "rustls 0.23.10", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", @@ -5864,7 +5864,7 @@ dependencies = [ "quinn", "rand 0.8.5", "ring 0.17.8", - "rustls 0.23.11", + "rustls 0.23.10", "socket2 0.5.7", "thiserror", "tokio", @@ -6009,7 +6009,7 @@ dependencies = [ "libp2p-identity", "rcgen 0.11.3", "ring 0.17.8", - "rustls 0.23.11", + "rustls 0.23.10", "rustls-webpki 0.101.7", "thiserror", "x509-parser", @@ -7593,7 +7593,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash", - "rustls 0.23.11", + "rustls 0.23.10", "thiserror", "tokio", "tracing", @@ -7609,7 +7609,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.8", "rustc-hash", - "rustls 0.23.11", + "rustls 0.23.10", "slab", "thiserror", "tinyvec", @@ -8296,9 +8296,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.11" +version = "0.23.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4828ea528154ae444e5a642dbb7d5623354030dc9822b83fd9bb79683c7399d0" +checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" dependencies = [ "log", "once_cell", @@ -10100,7 +10100,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.11", + "rustls 0.23.10", "rustls-pki-types", "tokio", ] @@ -10608,7 +10608,7 @@ dependencies = [ "flate2", "log", "once_cell", - "rustls 0.23.11", + "rustls 0.23.10", "rustls-pki-types", "url", "webpki-roots 0.26.3",