Skip to content

Commit

Permalink
cargo-deny: ignore instant and derivative unmaintained warnings (#3540)
Browse files Browse the repository at this point in the history
Co-authored-by: Ameer Ghani <[email protected]>
  • Loading branch information
divergentdave and inahga authored Dec 2, 2024
1 parent 0ce9122 commit c3d8629
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ all-features = true

[advisories]
version = 2
ignore = [
# `instant` is unmaintained, but it is feature-complete and small, so it is unlikely to have
# bugs or security vulnerabilities.
"RUSTSEC-2024-0384",

# Use of `derivative` has been removed from production code. It still exists as transitive
# dependency on integration_tests.
"RUSTSEC-2024-0388"
]

[bans]
multiple-versions = "allow"
Expand Down

0 comments on commit c3d8629

Please sign in to comment.