Follow-up to #100.
chacha20 0.10.0 and 0.10.1 were yanked upstream. The graph reaches 0.10.0 transitively via rand -> sqlx-postgres -> sqlx, which turned the deny job red on main.
The unyanked 0.10.2 was published 2026-08-27, so it only clears the 7-day publish cooldown on 2026-09-03. #100 therefore parks a temporary [advisories] ignore entry in deny.toml rather than updating the lockfile.
To do, from 2026-09-03
A yank is not a security advisory, so there is no urgency beyond keeping CI honest.
🤖 Generated with Claude Code
Follow-up to #100.
chacha200.10.0 and 0.10.1 were yanked upstream. The graph reaches 0.10.0 transitively viarand->sqlx-postgres->sqlx, which turned thedenyjob red onmain.The unyanked 0.10.2 was published 2026-08-27, so it only clears the 7-day publish cooldown on 2026-09-03. #100 therefore parks a temporary
[advisories] ignoreentry indeny.tomlrather than updating the lockfile.To do, from 2026-09-03
cargo update -p chacha20(expect 0.10.0 -> 0.10.2)chacha20@0.10.0entry from[advisories] ignoreindeny.toml, along with its commentignoredoc comment above it if the list ends up empty againcargo deny checkto confirm advisories pass without the exceptionA yank is not a security advisory, so there is no urgency beyond keeping CI honest.
🤖 Generated with Claude Code