deps: bump rustls to 0.23.45 (RUSTSEC-2026-0285, failing on all open PRs) - #481
Merged
Merged
Conversation
`cargo-audit` and `cargo-deny · advisories` fail on every open PR right now, including ones that touch no Rust code. RUSTSEC-2026-0285 (rustls, medium, 5.3) was published 2026-09-14, hours after main's last quality.yml run, so main still shows green while anything opened since inherits the failure. The advisory wants >= 0.23.45. Lockfile only — `cargo update -p rustls`. No manifest change, so this is a semver-compatible patch bump; it pulls rustls-webpki 0.103.13 -> 0.103.15 and aws-lc-sys 0.40.0 -> 0.45.0 with it. Kept as its own commit rather than folded into a feature branch, since a dependency bump and a feature change have different review questions and this one unblocks several PRs at once.
This was referenced Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cargo-auditandcargo-deny · advisoriesare failing on every open PR, including ones that touch no Rust code at all.RUSTSEC-2026-0285(rustls, medium, 5.3) was published 2026-09-14 — a few hours aftermain's lastquality.ymlrun (23a56db1, 11:45Z). Somainstill shows green while anything opened since inherits two red checks. The advisory wants>= 0.23.45; the lockfile pins0.23.39.Lockfile only —
cargo update -p rustls. No manifest change, so it's a semver-compatible patch bump; it carriesrustls-webpki 0.103.13 → 0.103.15andaws-lc-sys 0.40.0 → 0.45.0along with it.Kept as its own PR rather than folded into a feature branch: a dependency bump and a feature change have different review questions, and this unblocks #478, #479 and #480 at once.
Verified:
cargo build -p larql-server -p larql-routerclean,cargo test -p larql-server --lib591 passed / 0 failed, on the pinned 1.98.0.