From 408f2b2db2b47b17e195d250ddca9cb4797fc8d6 Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Thu, 9 Jul 2026 23:03:43 -0700 Subject: [PATCH] `cargo deny`: ignore unsound crate only used in benchmarks RUSTSEC-2026-0204 in crossbeam-epoch. --- deny.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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