fix: cargo deny (#18971)

This commit is contained in:
jif-oai
2026-04-22 11:46:11 +01:00
committed by GitHub
Unverified
parent 639382609f
commit ddf65c9647
4 changed files with 35 additions and 24 deletions
-1
View File
@@ -6,5 +6,4 @@ ignore = [
"RUSTSEC-2024-0436", # paste 1.0.15 via starlark/ratatui; upstream crate is unmaintained
"RUSTSEC-2024-0320", # yaml-rust via syntect; remove when syntect drops or updates it
"RUSTSEC-2025-0141", # bincode via syntect; remove when syntect drops or updates it
"RUSTSEC-2026-0097", # rand 0.8.5 via age/codex-secrets and zbus/keyring; remove when transitive deps move to rand >=0.9.3
]