Update deny.toml

This commit is contained in:
asonix 2025-02-08 16:11:50 -06:00
parent 2c84bb2092
commit 6eea4bcf2e

View file

@ -209,8 +209,14 @@ deny = [
# Certain crates/versions that will be skipped when doing duplicate detection. # Certain crates/versions that will be skipped when doing duplicate detection.
skip = [ skip = [
# Waiting on dependencies # Waiting on dependencies
"getrandom",
"rand",
"rand_chacha",
"rand_core",
"thiserror", "thiserror",
"thiserror-impl", "thiserror-impl",
"wasi",
"zerocopy",
# non-direct dependencies # non-direct dependencies
"base64", "base64",
@ -226,8 +232,6 @@ skip = [
"parking_lot_core", "parking_lot_core",
"regex-automata", "regex-automata",
"regex-syntax", "regex-syntax",
"siphasher",
"sync_wrapper",
"tower", "tower",
# Ignore duplicates for systems we don't target # Ignore duplicates for systems we don't target