chore(deps): bump rustls-webpki to 0.103.12 #105
Reference in New Issue
Block a user
Delete Branch "chore/audit-rustls-webpki"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Unbreaks the
cargo auditCI job onmain(currently failing on sha6f0144b).Two advisories against
rustls-webpki 0.103.10were published 2026-04-14:Both fixed in
rustls-webpki 0.103.12. Pulled transitively viareqwest/rustls/hickory/quinn— a singlecargo update -p rustls-webpkilifts the lockfile.Test plan
cargo audit— exits 0, no vulnerabilities (2 pre-existing allowed warnings remain:rustls-pemfileunmaintained,randunsound)cargo check— builds cleanCargo.lock(2 lines: version + checksum)