Skip to content

Commit

Permalink
chore: make cargo-deny happy
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Mar 8, 2025
1 parent 6a29cca commit d2e1e57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ ignore = [

# DNSSEC validation that we don't use anyway.
"RUSTSEC-2025-0006",

# Unmaintained backoff
"RUSTSEC-2025-0012",

# Unmaintained paste
"RUSTSEC-2024-0436",
]

[bans]
Expand Down Expand Up @@ -75,7 +81,6 @@ allow = [
"ISC",
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",
Expand Down

0 comments on commit d2e1e57

Please sign in to comment.