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

deny.toml: add hashbrown to skip list

This commit is contained in:
Daniel Hofstetter 2023-06-18 15:13:15 +02:00
parent e853386cb6
commit 5882151eb1

View file

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