Browse Source

ci: Ignore new advisory

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

1
deny.toml

@ -4,6 +4,7 @@ ignore = [
{ id = "RUSTSEC-2024-0384", reason = "instant is used by backoff" }, { 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-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" }, { id = "RUSTSEC-2024-0436", reason = "paste is used by decancer, we need to wait for it to update its dependency" },
{ id = "RUSTSEC-2025-0014", reason = "humantime is used by env_logger, we need to wait for it to update its dependency"},
] ]
[bans] [bans]

Loading…
Cancel
Save