Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore RUSTSEC-2024-0384 and RUSTSEC-2024-0388 #271

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ignore = [
"RUSTSEC-2021-0150", # unmaintained (ncollide3d), dep of kiss3d
"RUSTSEC-2024-0370", # unmaintained (proc-macro-error), transitively dep of structopt
"RUSTSEC-2024-0375", # unmaintained (atty), transitively dep of structopt (via old clap)
"RUSTSEC-2024-0384", # unmaintained (instant), dep of kiss3d
"RUSTSEC-2024-0388", # unmaintained (derivative), transitively dep of kiss3d
]

# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
Expand Down