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.
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