build(deps): move chacha20 off the yanked 0.10.0 - #714
Merged
Conversation
`Security (cargo deny)` is failing on every PR and on main:
error[yanked]: detected yanked crate (try `cargo update -p chacha20`)
advisories FAILED, bans ok, licenses ok, sources ok
Nothing in this repository caused it — 0.10.0 was yanked upstream, and
cargo-deny checks against the live advisory database, so the lane went red
without a commit. It surfaced on a docs-only PR, which is what made the
cause obvious.
Dev-dependency only, reached transitively:
chacha20 <- rand 0.10.1 <- ferroid <- testcontainers (dev-dependencies).
A two-line lockfile bump to 0.10.2; no manifest change and no API surface
involved. Fixed here rather than deferred because a red shared lane blocks
every other PR.
Verified: workspace builds all targets, 3677/3677 fast suite.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016SFzA2sTh2EpX8MZU3TWNS
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.
Security (cargo deny)is failing on every PR and onmain:Nothing in this repository caused it —
0.10.0was yanked upstream, and cargo-deny checks against the live advisory database, so the lane went red without a commit. It surfaced on a docs-only PR, which is what made the cause unambiguous.Dev-dependency only, reached transitively:
A two-line lockfile bump to
0.10.2. No manifest change, no API surface involved.Fixed here rather than deferred, per the repo rule that a red shared lane blocks everyone.
Verified: workspace builds all targets, 3677/3677 fast suite.
🤖 Generated with Claude Code
https://claude.ai/code/session_016SFzA2sTh2EpX8MZU3TWNS