Skip to content

Commit

Permalink
Add light_poseidon to deny exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Oct 10, 2024
1 parent 9fae6ac commit 3e09f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yanked = "warn"

ignore = [
"RUSTSEC-2020-0168", # mach unmaintained
"RUSTSEC-2020-0016" # net2 unmaintained
"RUSTSEC-2020-0016", # net2 unmaintained
]

# This section is considered when running `cargo deny check bans`.
Expand Down Expand Up @@ -58,7 +58,7 @@ allow = [
# bitmaps 2.1.0, im 15.1.0
"MPL-2.0",
# Boost Software License
"BSL-1.0"
"BSL-1.0",
]

# Allow 1 or more licenses on a per-crate basis, so that particular licenses
Expand Down Expand Up @@ -102,6 +102,6 @@ unknown-git = "deny"
# crates.io rejects git dependencies so anything depending on these is unpublishable and you'll ruin my day
# when I find out.
allow-git = [
"https://github.com/jfecher/chumsky",
"https://github.com/Lightprotocol/light-poseidon.git",
"https://github.com/noir-lang/clap-markdown",
]

0 comments on commit 3e09f42

Please sign in to comment.