1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

deny.toml: add syn to skip list

This commit is contained in:
Daniel Hofstetter 2023-07-06 15:10:22 +02:00
parent 725f226941
commit 24c74d0f57

View file

@ -87,6 +87,8 @@ skip = [
{ name = "aho-corasick", version = "0.7.19" }, { name = "aho-corasick", version = "0.7.19" },
# ordered-multimap (via rust-ini) # ordered-multimap (via rust-ini)
{ name = "hashbrown", version = "0.13.2" }, { name = "hashbrown", version = "0.13.2" },
# various crates
{ name = "syn", version = "1.0.109" },
] ]
# spell-checker: enable # spell-checker: enable