Browse Source

Bump rustls-webpki 0.103.11 to 0.103.12

Patches RUSTSEC-2026-0098 and RUSTSEC-2026-0099 (X.509 name
constraint handling) for the rustls 0.23.x dependency tree.

The 0.101.7 copy pulled via rocket 0.5.1 is not addressed by this
change; it is anchored by rustls 0.21.x and requires a rocket
update.

Refs:
- https://rustsec.org/advisories/RUSTSEC-2026-0098.html
- https://rustsec.org/advisories/RUSTSEC-2026-0099.html
pull/7115/head
ownrootops 3 days ago
parent
commit
c71fd0d2dc
  1. 6
      Cargo.lock

6
Cargo.lock

@ -4485,7 +4485,7 @@ dependencies = [
"once_cell", "once_cell",
"ring", "ring",
"rustls-pki-types", "rustls-pki-types",
"rustls-webpki 0.103.11", "rustls-webpki 0.103.12",
"subtle", "subtle",
"zeroize", "zeroize",
] ]
@ -4533,9 +4533,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls-webpki" name = "rustls-webpki"
version = "0.103.11" version = "0.103.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20a6af516fea4b20eccceaf166e8aa666ac996208e8a644ce3ef5aa783bc7cd4" checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
dependencies = [ dependencies = [
"ring", "ring",
"rustls-pki-types", "rustls-pki-types",

Loading…
Cancel
Save