diff --git a/deny.toml b/deny.toml index 5373c938bc..7d76c70de0 100644 --- a/deny.toml +++ b/deny.toml @@ -3,7 +3,12 @@ all-features = true [advisories] version = 2 -ignore = [] +ignore = [ + # paste was announced as unmaintained with no explanation or replacement + # See: https://rustsec.org/advisories/RUSTSEC-2024-0436 + # Bevy relies on this in multiple indirect ways, so ignoring it is the only feasible current solution + "RUSTSEC-2024-0436", +] [licenses] version = 2