From 88eb02b6ea70962f805a1047b13d26da1ab0ee74 Mon Sep 17 00:00:00 2001 From: ADD-SP Date: Mon, 20 Apr 2026 09:56:02 -0700 Subject: [PATCH] chore(Cargo.lock): bump `rustls-webpki` from 0.103.10 to 0.103.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Please check the `cargo audit` output for more details. ``` Crate: rustls-webpki Version: 0.103.10 Title: Name constraints for URI names were incorrectly accepted Date: 2026-04-14 ID: RUSTSEC-2026-0098 URL: https://rustsec.org/advisories/RUSTSEC-2026-0098 Solution: Upgrade to >=0.103.12, <0.104.0-alpha.1 OR >=0.104.0-alpha.6 Dependency tree: rustls-webpki 0.103.10 ├── rustls-platform-verifier 0.6.2 │ └── reqwest 0.13.2 │ └── clawshell 0.2.1 └── rustls 0.23.37 ├── tokio-rustls 0.26.4 │ ├── reqwest 0.13.2 │ └── hyper-rustls 0.27.7 │ └── reqwest 0.13.2 ├── rustls-platform-verifier 0.6.2 ├── reqwest 0.13.2 ├── quinn-proto 0.11.14 │ └── quinn 0.11.9 │ └── reqwest 0.13.2 ├── quinn 0.11.9 ├── hyper-rustls 0.27.7 └── clawshell 0.2.1 Crate: rustls-webpki Version: 0.103.10 Title: Name constraints were accepted for certificates asserting a wildcard name Date: 2026-04-14 ID: RUSTSEC-2026-0099 URL: https://rustsec.org/advisories/RUSTSEC-2026-0099 Solution: Upgrade to >=0.103.12, <0.104.0-alpha.1 OR >=0.104.0-alpha.6 error: 2 vulnerabilities found! ``` --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44e7d67..a63accd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1847,9 +1847,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06" dependencies = [ "aws-lc-rs", "ring", @@ -2138,7 +2138,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.2", "once_cell", "rustix", "windows-sys 0.61.2",