diff --git a/Cargo.lock b/Cargo.lock index 5aaaf9c..8f5b1ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ dependencies = [ "clap", "http-body-util", "hyper 1.4.1", - "hyper-rustls 0.27.2", + "hyper-rustls 0.27.3", "hyper-util", "thiserror", "time", @@ -1154,9 +1154,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" +checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", @@ -1164,7 +1164,7 @@ dependencies = [ "hyper-util", "log", "rustls 0.23.12", - "rustls-native-certs 0.7.1", + "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", @@ -1668,9 +1668,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba" +checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" dependencies = [ "openssl-probe", "rustls-pemfile 2.1.3", diff --git a/Cargo.toml b/Cargo.toml index 36a0750..4627d63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ aws-smithy-runtime-api = "=1.7.1" clap = { version = "=4.5.13", features = ["derive", "env"] } http-body-util = "=0.1.2" hyper = { version = "=1.4.1", features = ["full"] } -hyper-rustls = { version = "=0.27.2", features = ["webpki-tokio"]} +hyper-rustls = { version = "=0.27.3", features = ["webpki-tokio"]} hyper-util = { version = "=0.1.7", features = ["full"] } thiserror = "=1.0.63" tokio = { version = "=1.39.2", features = ["full"] }