Skip to content

Commit

Permalink
chore: add Zlib license to deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 19, 2024
1 parent 7aebed0 commit c24f102
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ yanked = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
"RUSTSEC-2024-0399",
# "RUSTSEC-0000-0000",
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
Expand Down Expand Up @@ -69,7 +68,7 @@ exceptions = [

# Each entry is the crate and version constraint, and its specific allow
# list
# { allow = ["Zlib"], name = "adler32", version = "*" },
{ allow = ["Zlib"], name = "foldhash", version = "*" },
]

# Some crates don't have (easily) machine readable licensing information,
Expand Down

0 comments on commit c24f102

Please sign in to comment.