mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-02-23 08:56:17 +00:00
Update deny.toml
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…
Reference in a new issue