Skip to content

Commit

Permalink
update deny
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Jun 16, 2024
1 parent eb15032 commit df74291
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ allow = [
"MPL-2.0",
"Unicode-DFS-2016",
"BSD-3-Clause",
"CC0-1.0"
"CC0-1.0",
"Unicode-3.0"
]
# List of explicitly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down Expand Up @@ -239,6 +240,7 @@ skip-tree = [
{ name = "regex-automata" },
{ name = "windows-sys" },
{ name = "reqwest" },
{ name = "ethers"},
]

# This section is considered when running `cargo deny check sources`.
Expand Down

0 comments on commit df74291

Please sign in to comment.