diff --git a/deny.toml b/deny.toml index 519920f7..d89102cd 100644 --- a/deny.toml +++ b/deny.toml @@ -1,3 +1,9 @@ +[advisories] +ignore = [ + # crossbeam-epoch unsound (only used for benchmarks): + "RUSTSEC-2026-0204", +] + [graph] all-features = true