chore: bump rustls-webpki to 0.103.13 (RUSTSEC-2026-0104) #133

Merged
razvandimescu merged 1 commits from chore/cargo-audit-rustls-webpki into main 2026-04-22 22:03:58 +08:00
razvandimescu commented 2026-04-22 21:42:14 +08:00 (Migrated from github.com)

Summary

  • RustSec advisory RUSTSEC-2026-0104 (published 2026-04-22): reachable panic in certificate revocation list parsing.
  • Transitive via rustls 0.23.37 → rustls-webpki 0.103.12; fix is a lockfile-only bump to 0.103.13.
  • Unblocks cargo audit in CI; all open PRs (#129–#132) will go green after rerun once this lands.

Test plan

  • cargo check clean on all platforms.
  • cargo audit reports no errors (two pre-existing allowed warnings — rand unsound w/ custom logger, rustls-pemfile unmaintained — remain, same as main today).
  • CI check job (which runs cargo audit) goes from red to green.
## Summary - RustSec advisory [RUSTSEC-2026-0104](https://rustsec.org/advisories/RUSTSEC-2026-0104) (published 2026-04-22): reachable panic in certificate revocation list parsing. - Transitive via `rustls 0.23.37 → rustls-webpki 0.103.12`; fix is a lockfile-only bump to `0.103.13`. - Unblocks `cargo audit` in CI; all open PRs (#129–#132) will go green after rerun once this lands. ## Test plan - [ ] `cargo check` clean on all platforms. - [ ] `cargo audit` reports no errors (two pre-existing `allowed` warnings — `rand` unsound w/ custom logger, `rustls-pemfile` unmaintained — remain, same as main today). - [ ] CI `check` job (which runs `cargo audit`) goes from red to green.
Sign in to join this conversation.