We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2971467 commit a071d8fCopy full SHA for a071d8f
.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
106
continue-on-error: true # Prevent sudden announcement of a new advisory from failing ci
107
steps:
108
- uses: actions/checkout@v4
109
- - uses: EmbarkStudios/cargo-deny-action@v1
+ - uses: EmbarkStudios/cargo-deny-action@v2
110
with:
111
command: check advisories
112
docs:
deny.toml
@@ -1,14 +1,7 @@
1
-exclude=[
2
- "actix-http",
3
- "actix-http-tracing",
4
- "actix-udp",
5
- "actix-udp-example",
6
- "tracing-grpc",
7
- "http"
8
-]
+[graph]
+exclude=[]
9
10
[licenses]
11
-unlicensed = "deny"
12
allow = [
13
"MIT",
14
"Apache-2.0",
@@ -29,5 +22,5 @@ license-files = [
29
22
]
30
23
31
24
[advisories]
32
-unmaintained = "allow"
25
+unmaintained = "none"
33
26
yanked = "allow"
0 commit comments