Update deny.toml
All checks were successful
/ tests (push) Successful in 2m29s
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m20s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m21s
/ deny (push) Successful in 17s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m10s
/ clippy (push) Successful in 2m28s
All checks were successful
/ tests (push) Successful in 2m29s
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m20s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m21s
/ deny (push) Successful in 17s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m10s
/ clippy (push) Successful in 2m28s
This commit is contained in:
parent
2c84bb2092
commit
6eea4bcf2e
1 changed files with 6 additions and 2 deletions
|
@ -209,8 +209,14 @@ deny = [
|
|||
# Certain crates/versions that will be skipped when doing duplicate detection.
|
||||
skip = [
|
||||
# Waiting on dependencies
|
||||
"getrandom",
|
||||
"rand",
|
||||
"rand_chacha",
|
||||
"rand_core",
|
||||
"thiserror",
|
||||
"thiserror-impl",
|
||||
"wasi",
|
||||
"zerocopy",
|
||||
|
||||
# non-direct dependencies
|
||||
"base64",
|
||||
|
@ -226,8 +232,6 @@ skip = [
|
|||
"parking_lot_core",
|
||||
"regex-automata",
|
||||
"regex-syntax",
|
||||
"siphasher",
|
||||
"sync_wrapper",
|
||||
"tower",
|
||||
|
||||
# Ignore duplicates for systems we don't target
|
||||
|
|
Loading…
Add table
Reference in a new issue