Skip to content

Commit

Permalink
chore: reenable all cargo deny checks (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Jan 31, 2022
1 parent 71a1578 commit 20d7b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ jobs:
- uses: actions/checkout@v1
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check advisories licenses sources
command: check
8 changes: 1 addition & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ confidence-threshold = 0.8
[bans]
multiple-versions = "deny"
highlight = "all"
skip-tree = [{ name = "tower", version = ">=0.3, <=0.4" }]
skip = [
# `quickcheck` and `tracing-subscriber` depend on incompatible versions of
# `wasi` via their dependencies on `rand` and `chrono`, respectively; we
# can't really fix this.
{ name = "wasi" },
]
skip = []

[sources]
unknown-registry = "warn"
Expand Down

0 comments on commit 20d7b55

Please sign in to comment.