chore(deps): bump rustls-webpki to 0.103.12 #105

Merged
razvandimescu merged 1 commits from chore/audit-rustls-webpki into main 2026-04-15 19:41:19 +08:00
razvandimescu commented 2026-04-15 19:27:31 +08:00 (Migrated from github.com)

Summary

Unbreaks the cargo audit CI job on main (currently failing on sha 6f0144b).

Two advisories against rustls-webpki 0.103.10 were published 2026-04-14:

Both fixed in rustls-webpki 0.103.12. Pulled transitively via reqwest / rustls / hickory / quinn — a single cargo update -p rustls-webpki lifts the lockfile.

Test plan

  • cargo audit — exits 0, no vulnerabilities (2 pre-existing allowed warnings remain: rustls-pemfile unmaintained, rand unsound)
  • cargo check — builds clean
  • Diff confined to Cargo.lock (2 lines: version + checksum)
## Summary Unbreaks the `cargo audit` CI job on `main` (currently failing on sha `6f0144b`). Two advisories against `rustls-webpki 0.103.10` were published 2026-04-14: - [RUSTSEC-2026-0098](https://rustsec.org/advisories/RUSTSEC-2026-0098) — name constraints for URI names were incorrectly accepted - [RUSTSEC-2026-0099](https://rustsec.org/advisories/RUSTSEC-2026-0099) — name constraints accepted for wildcard-asserting certificates Both fixed in `rustls-webpki 0.103.12`. Pulled transitively via `reqwest` / `rustls` / `hickory` / `quinn` — a single `cargo update -p rustls-webpki` lifts the lockfile. ## Test plan - [x] `cargo audit` — exits 0, no vulnerabilities (2 pre-existing allowed warnings remain: `rustls-pemfile` unmaintained, `rand` unsound) - [x] `cargo check` — builds clean - [x] Diff confined to `Cargo.lock` (2 lines: version + checksum)
Sign in to join this conversation.