Skip to content

Commit

Permalink
Add exception for RUSTSEC-2023-0052 to deny.toml (emilk#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored Aug 23, 2023
1 parent 2c5fc5a commit 627e1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ unmaintained = "warn"
yanked = "deny"
ignore = [
"RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - chrono/time: Potential segfault in the time crate
"RUSTSEC-2023-0052", # https://rustsec.org/advisories/RUSTSEC-2023-0052 - can be fixed by `cargo update -p ureq`, but then we run into duplicate crates: https://github.com/algesten/ureq/issues/653
]

[bans]
Expand Down

0 comments on commit 627e1b3

Please sign in to comment.