Browse Source

Remove outdated advisory

paste is no longer in our dependency tree
merge-requests/2136/head
Kévin Commaille 2 months ago
parent
commit
08542549d9
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 3
      deny.toml

3
deny.toml

@ -1,8 +1,5 @@
[advisories]
yanked = "deny"
ignore = [
{ id = "RUSTSEC-2024-0436", reason = "paste is unmaintained but used by various dependencies" },
]
[bans]
multiple-versions = "allow"

Loading…
Cancel
Save