File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 - bans licenses sources
178178 steps :
179179 - uses : actions/checkout@v4
180- - uses : EmbarkStudios/cargo-deny-action@v1
180+ - uses : EmbarkStudios/cargo-deny-action@v2
181181 with :
182182 command : check ${{ matrix.checks }}
183183 manifest-path : axum/Cargo.toml
Original file line number Diff line number Diff line change 1+ [graph ]
2+ exclude-unpublished = true
3+
14[advisories ]
2- vulnerability = " deny"
3- unmaintained = " warn"
4- notice = " warn"
5+ unmaintained = " none"
56ignore = []
67
78[licenses ]
8- unlicensed = " warn"
9- allow = []
10- deny = []
11- copyleft = " warn"
12- allow-osi-fsf-free = " either"
139confidence-threshold = 0.8
10+ allow = [
11+ " Apache-2.0" ,
12+ " BSD-3-Clause" ,
13+ " MIT" ,
14+ " Unicode-3.0" ,
15+ ]
1416
1517[bans ]
1618multiple-versions = " deny"
Original file line number Diff line number Diff line change 22name = " example-reverse-proxy"
33version = " 0.1.0"
44edition = " 2021"
5+ publish = false
56
67[dependencies ]
78axum = { path = " ../../axum" }
You can’t perform that action at this time.
0 commit comments