Skip to content

Commit

Permalink
chore: update the cargo-deny configuration
Browse files Browse the repository at this point in the history
Unicode changed its license between versions 15.0.0 and 15.1.0, from
Unicode-DFS-2016 to Unicode-3.0.

dtolnay/unicode-ident#28
  • Loading branch information
ROMemories committed Dec 5, 2024
1 parent a684041 commit 80241f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.

6 changes: 2 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allow = [
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
# We may allow other licenses as necessary.
]
Expand Down Expand Up @@ -51,12 +51,10 @@ unknown-git = "deny"
# List of URLs for allowed Git repositories
allow-git = [
"https://github.com/hacspec/hax",
"https://github.com/smoltcp-rs/smoltcp",
"https://github.com/twitchyliquid64/usbd-hid",
"https://gitlab.com/oscore/liboscore",
"https://github.com/seanmonstar/try-lock",
]

[sources.allow-org]
# github.com organizations to allow git sources for
github = ["ariel-os", "embassy-rs", "esp-rs"]
github = ["ariel-os", "embassy-rs"]

0 comments on commit 80241f4

Please sign in to comment.