We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a1578 commit 20d7b55Copy full SHA for 20d7b55
.github/workflows/CI.yml
@@ -97,4 +97,4 @@ jobs:
97
- uses: actions/checkout@v1
98
- uses: EmbarkStudios/cargo-deny-action@v1
99
with:
100
- command: check advisories licenses sources
+ command: check
deny.toml
@@ -15,13 +15,7 @@ confidence-threshold = 0.8
15
[bans]
16
multiple-versions = "deny"
17
highlight = "all"
18
-skip-tree = [{ name = "tower", version = ">=0.3, <=0.4" }]
19
-skip = [
20
- # `quickcheck` and `tracing-subscriber` depend on incompatible versions of
21
- # `wasi` via their dependencies on `rand` and `chrono`, respectively; we
22
- # can't really fix this.
23
- { name = "wasi" },
24
-]
+skip = []
25
26
[sources]
27
unknown-registry = "warn"
0 commit comments