Skip to content

Commit 20d7b55

Browse files
authored
chore: reenable all cargo deny checks (#632)
1 parent 71a1578 commit 20d7b55

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
- uses: actions/checkout@v1
9898
- uses: EmbarkStudios/cargo-deny-action@v1
9999
with:
100-
command: check advisories licenses sources
100+
command: check

deny.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ confidence-threshold = 0.8
1515
[bans]
1616
multiple-versions = "deny"
1717
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-
]
18+
skip = []
2519

2620
[sources]
2721
unknown-registry = "warn"

0 commit comments

Comments
 (0)