Skip to content

Commit

Permalink
fix(ci): update cargo deny (foundry-rs#9314)
Browse files Browse the repository at this point in the history
fix cargo deny
  • Loading branch information
zerosnacks authored and rplusq committed Nov 29, 2024
1 parent bf8044b commit 52fb159
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
version = 2
yanked = "warn"
ignore = [
# https://github.com/watchexec/watchexec/issues/852
"RUSTSEC-2024-0350",
"RUSTSEC-2024-0351",
# proc-macro-error is unmaintained
"RUSTSEC-2024-0370",
# instant is unmaintained
"RUSTSEC-2024-0384",
# derivative is unmaintained
"RUSTSEC-2024-0388",
]

# This section is considered when running `cargo deny check bans`.
Expand Down Expand Up @@ -45,6 +46,7 @@ allow = [
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Unicode-DFS-2016",
"OpenSSL",
"Unlicense",
Expand All @@ -67,9 +69,6 @@ exceptions = [
{ allow = ["CC0-1.0"], name = "notify" },
{ allow = ["CC0-1.0"], name = "dunce" },
{ allow = ["CC0-1.0"], name = "aurora-engine-modexp" },
{ allow = ["CC0-1.0"], name = "constant_time_eq" },
{ allow = ["CC0-1.0"], name = "secp256k1" },
{ allow = ["CC0-1.0"], name = "secp256k1-sys" },
]
#copyleft = "deny"

Expand Down

0 comments on commit 52fb159

Please sign in to comment.