Browse Source

ci: Silence new advisories

pipelines/816197
Kévin Commaille 1 year ago
parent
commit
6d383f0a9b
No known key found for this signature in database
GPG Key ID: C971D9DBC9D678D
  1. 4
      deny.toml

4
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]

Loading…
Cancel
Save