diff --git a/Cargo.lock b/Cargo.lock index a66e01fc..a52818be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,7 +508,7 @@ dependencies = [ "hyperlocal-next", "log", "pin-project-lite", - "rustls 0.22.2", + "rustls 0.22.4", "rustls-native-certs", "rustls-pemfile 2.1.2", "rustls-pki-types", @@ -1477,7 +1477,7 @@ dependencies = [ "hyper 1.3.1", "hyper-util", "log", - "rustls 0.22.2", + "rustls 0.22.4", "rustls-native-certs", "rustls-pki-types", "tokio", @@ -2365,7 +2365,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "rand", - "rustls 0.22.2", + "rustls 0.22.4", "rustls-native-certs", "rustls-pemfile 2.1.2", "rustls-pki-types", @@ -2510,7 +2510,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls 0.22.2", + "rustls 0.22.4", "rustls-pemfile 2.1.2", "rustls-pki-types", "serde", @@ -2618,9 +2618,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.2" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" +checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" dependencies = [ "log", "ring", @@ -3254,7 +3254,7 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" dependencies = [ - "rustls 0.22.2", + "rustls 0.22.4", "rustls-pki-types", "tokio", ] @@ -3551,7 +3551,7 @@ dependencies = [ "rand", "redis", "reqwest 0.11.27", - "rustls 0.22.2", + "rustls 0.22.4", "rustls-pemfile 2.1.2", "rustls-pki-types", "semver",