aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b8184dd2af9..888f7da9dc5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4676,9 +4676,9 @@ dependencies = [
[[package]]
name = "rustls"
-version = "0.21.8"
+version = "0.21.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
+checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9"
dependencies = [
"log",
"ring",
diff --git a/Cargo.toml b/Cargo.toml
index f31c217cfb0..5bed03ab9af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,7 +73,7 @@ rand_core = "0.6"
rand_isaac = "0.3"
rayon = "1"
regex = "1.10"
-rustls = { version = "0.21.7", features = ["dangerous_configuration"] }
+rustls = { version = "0.21.9", features = ["dangerous_configuration"] }
rustls-pemfile = "1.0.4"
script_layout_interface = { path = "components/shared/script_layout" }
script_traits = { path = "components/shared/script" }