Skip to content

Commit

Permalink
chore: upgrade cargo deny and allow Unicode-3.0 license
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Nov 5, 2024
1 parent 7d4620d commit df6528e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/config/cargo-deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ allow = [
"OpenSSL",
"Unicode-DFS-2016",
"Zlib",
"Unicode-3.0",
]

[[licenses.clarify]]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
- name: "Remove rust-toolchain"
run: rm rust-toolchain

- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check --config .github/config/cargo-deny.toml

0 comments on commit df6528e

Please sign in to comment.