Skip to content

Commit

Permalink
Cleanup deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpschorr committed Oct 1, 2024
1 parent d857c59 commit 802cebf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ ignore = [
# Advisory: https://rustsec.org/advisories/RUSTSEC-2020-0071
# `chrono` uses an old version of `time`, but `chrono` >= 4.2 doesn't use the code path with the issue
"RUSTSEC-2020-0071",
# Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0375
# `atty` is unmaintained, but we still use a version of criterion that brings it in
"RUSTSEC-2024-0375"
]


Expand Down Expand Up @@ -132,8 +135,6 @@ deny = [
# Advisory: https://rustsec.org/advisories/RUSTSEC-2020-0071
# `chrono` uses an old version of `time`, but `chrono` >= 4.2 doesn't use the code path with the issue
{ name = "chrono", version = "<0.4.20" },
# `atty` is unmaintained, but the version of criterion we use still relies on it
{ name = "atty", wrappers = ["criterion"] }
]


Expand Down

0 comments on commit 802cebf

Please sign in to comment.