diff --git a/Cargo.lock b/Cargo.lock index 1a5cf12fd..3c6767eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3237,9 +3237,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.4" +version = "0.23.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c4d6d8ad9f2492485e13453acbb291dd08f64441b6609c491f1c2cd2c6b4fe1" +checksum = "ebbbdb961df0ad3f2652da8f3fdc4b36122f568f968f45ad3316f26c025c677b" dependencies = [ "once_cell", "ring", diff --git a/Cargo.toml b/Cargo.toml index 6f64b9f8b..5db545da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ unicode-segmentation = "1.10" httparse = {version = "1.8.0", optional = true} open = {version = "5", optional = true} rawrrr = {version = "0.2.1", optional = true} -rustls = {version = "0.23.2", optional = true, default-features = false, features = [ +rustls = {version = "0.23.7", optional = true, default-features = false, features = [ "std", "tls12", "ring",