diff --git a/Cargo.lock b/Cargo.lock index 87b40a85..48b5d4b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2504,9 +2504,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.8" +version = "0.23.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79adb16721f56eb2d843e67676896a61ce7a0fa622dc18d3e372477a029d2740" +checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index c41a3324..5e59f4d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ hyper = { version = "1.0", features = ["client", "http1", "http2"] } native-tls = { version = "0.2.11", features = ["alpn"], optional = true } tokio-native-tls = { version = "0.3.0", optional = true } -rustls = { version = "0.23.5", optional = true } +rustls = { version = "0.23.9", optional = true } rustls-native-certs = { version = "0.7.0", optional = true } tokio-rustls = { version = "0.26.0", optional = true } rustls-pki-types = { version = "1.3.0", optional = true }