Skip to content

Commit a7c019c

Browse files
committed
Upgrade to cargo-deny-action@v2
1 parent e4b00c8 commit a7c019c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v4
56-
- uses: EmbarkStudios/cargo-deny-action@v1
56+
- uses: EmbarkStudios/cargo-deny-action@v2
5757

5858
coverage:
5959
runs-on: ubuntu-latest

deny.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[licenses]
2-
allow-osi-fsf-free = "either"
3-
copyleft = "warn"
2+
allow = ["Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "MIT", "Unicode-3.0"]
43

54
# Transitive dependencies via tokio-postgres, disabled by default
65
[advisories]

0 commit comments

Comments
 (0)