Skip to content

Bump rustls to 0.23.45 for RUSTSEC-2026-0285 - #851

Merged
yogthos merged 1 commit into
mainfrom
fix-rustsec-2026-0285
Sep 22, 2026
Merged

yogthos merged 1 commit into
mainfrom
fix-rustsec-2026-0285

Conversation

@yogthos

@yogthos yogthos commented Sep 22, 2026

Copy link
Copy Markdown
Collaborator

cargo audit is failing CI on main: rustls 0.23.42 is hit by RUSTSEC-2026-0285 (TLS 1.3 handshake messages accepted across encryption level boundaries, medium). Fixed in 0.23.45, which also pulls rustls-webpki 0.103.15.

Lockfile only — rustls is already declared as 0.23 in Cargo.toml, so no manifest change needed.

Also bumps chacha20 0.10.1 -> 0.10.2 and wnaf 0.14.0 -> 0.14.1, both off yanked releases, which clears the two yanked warnings in the same audit run. Re-resolution deduped windows-sys 0.52.0 from six dependents down to one.

Verified locally: cargo audit exits 0 (only the pre-existing, already-ignored fxhash unmaintained warning remains) and cargo check --locked --all-targets passes. Also batch-queried OSV for all 636 locked crates — fxhash is the only hit, and it's already in .osv-scanner.toml, so the OSV step (which was skipped last run because audit failed first) should pass too.

cargo audit started failing CI: rustls 0.23.42 accepts TLS 1.3 handshake
messages across encryption level boundaries. Fixed in 0.23.45, which also
pulls rustls-webpki 0.103.15.

Also bumps chacha20 and wnaf off yanked versions, clearing the two yanked
warnings in the same audit run. Re-resolution dedups windows-sys 0.52.0
down to a single remaining dependent.
@yogthos
yogthos merged commit 0034408 into main Sep 22, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant