File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
107107 steps :
108108 - uses : actions/checkout@v4
109- - uses : EmbarkStudios/cargo-deny-action@v1
109+ - uses : EmbarkStudios/cargo-deny-action@v2
110110 with :
111111 command : check advisories
112112 docs :
Original file line number Diff line number Diff line change 1- exclude =[
2- " actix-http" ,
3- " actix-http-tracing" ,
4- " actix-udp" ,
5- " actix-udp-example" ,
6- " tracing-grpc" ,
7- " http"
8- ]
1+ [graph ]
2+ exclude =[]
93
104[licenses ]
11- unlicensed = " deny"
125allow = [
136 " MIT" ,
147 " Apache-2.0" ,
@@ -29,5 +22,5 @@ license-files = [
2922]
3023
3124[advisories ]
32- unmaintained = " allow "
25+ unmaintained = " none "
3326yanked = " allow"
You can’t perform that action at this time.
0 commit comments