Skip to content

Commit

Permalink
add exception and update futures-util
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Oct 31, 2024
1 parent a3e9442 commit 5092483
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ allow = [
"Unlicense",
"BSL-1.0",
"Unicode-DFS-2016",
"GPL-2.0",
"OpenSSL",
# "Apache-2.0 WITH LLVM-exception",
]
Expand All @@ -95,7 +94,7 @@ confidence-threshold = 0.8
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
# aren't accepted for every possible crate as with the normal allow list
exceptions = [

{ allow = ["GPL-2.0"], name = "mysqlclient-src" }

# Each entry is the crate and version constraint, and its specific allow
# list
Expand Down

0 comments on commit 5092483

Please sign in to comment.