Update cargo-deny-action to v2

This commit is contained in:
Dirkjan Ochtman 2024-10-23 10:08:15 +02:00
parent 2c2e94f139
commit 49fd9ddef1
2 changed files with 9 additions and 10 deletions

View File

@ -53,4 +53,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2

View File

@ -1,13 +1,12 @@
[licenses]
allow-osi-fsf-free = "either"
copyleft = "deny"
allow = ["MPL-2.0"]
[advisories]
ignore = ["RUSTSEC-2020-0071"]
unsound = "deny"
unmaintained = "deny"
yanked = "deny"
allow = [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"OpenSSL",
"Unicode-DFS-2016",
]
[[licenses.clarify]]
name = "ring"