Skip to content

Commit

Permalink
Update cargo-deny-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and Ralith committed Aug 2, 2024
1 parent 244b44d commit 7fdc351
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
11 changes: 9 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[licenses]
allow-osi-fsf-free = "either"
copyleft = "warn"
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
]
exceptions = [{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }]
private = { ignore = true }

Expand Down

0 comments on commit 7fdc351

Please sign in to comment.