Skip to content

build(deps): move chacha20 off the yanked 0.10.0 - #714

Merged
pofallon merged 1 commit into
mainfrom
build/unyank-chacha20
Aug 27, 2026
Merged

build(deps): move chacha20 off the yanked 0.10.0#714
pofallon merged 1 commit into
mainfrom
build/unyank-chacha20

Conversation

@pofallon

Copy link
Copy Markdown
Contributor

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 unambiguous.

Dev-dependency only, reached transitively:

chacha20 v0.10.0
└── rand v0.10.1
    └── ferroid v2.0.0
        └── testcontainers v0.27.3   [dev-dependencies]

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

`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
@github-actions github-actions Bot added build Build system changes deps Dependency updates labels Aug 27, 2026
@pofallon
pofallon merged commit 768965d into main Aug 27, 2026
15 checks passed
@pofallon
pofallon deleted the build/unyank-chacha20 branch August 27, 2026 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build system changes deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant