diff --git a/deny.toml b/deny.toml index 2ab923d9..e92830ec 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,9 @@ [advisories] yanked = "deny" ignore = [ - { id = "RUSTSEC-2024-0384", reason = "instant is used by backoff which is also unmaintained but doesn't have a suitable replacement yet" }, + { id = "RUSTSEC-2024-0384", reason = "instant is used by backoff" }, + { id = "RUSTSEC-2025-0012", reason = "backoff is unmaintained but doesn't have a suitable replacement yet" }, + { id = "RUSTSEC-2024-0436", reason = "paste is used by decancer, we need to wait for it to update its dependency" }, ] [bans]