diff --git a/deny.toml b/deny.toml index ecf641268f1d..b1c9ee2ae1eb 100644 --- a/deny.toml +++ b/deny.toml @@ -89,3 +89,6 @@ github = [ [advisories] version = 2 + +# `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436 +ignore = ["RUSTSEC-2024-0436"]