diff --git a/Cargo.lock b/Cargo.lock index 8800b19ad3f..58941dc34f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6023,9 +6023,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" [[package]] name = "rustls-webpki" diff --git a/Cargo.toml b/Cargo.toml index a57030c5072..0a2b7eccb85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ regex = "1.11" ring = "0.17.8" rustls = { version = "0.23", default-features = false, features = ["logging", "std", "tls12"] } rustls-pemfile = "2.0" -rustls-pki-types = "1.0" +rustls-pki-types = "1.10" script_layout_interface = { path = "components/shared/script_layout" } script_traits = { path = "components/shared/script" } selectors = { git = "https://github.com/servo/stylo", branch = "2024-12-04" }