Skip to content

Commit

Permalink
Temporarily ignore rustsec warning for unmaintained instant
Browse files Browse the repository at this point in the history
will raise an issue for it

Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Nov 11, 2024
1 parent 9c402a6 commit 18bcc9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
# remove them when we have to
yanked = "warn"

ignore = [
"RUSTSEC-2024-0384", # instant dep via unmaintained backoff dep
]

[licenses]
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down Expand Up @@ -60,6 +63,7 @@ unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = ["https://github.com/tyrone-wu/runtime-macros.git"]


[bans]
multiple-versions = "deny"

Expand Down

0 comments on commit 18bcc9a

Please sign in to comment.