1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

deny.toml: remove hashbrown from skip list

This commit is contained in:
Daniel Hofstetter 2023-07-25 14:22:19 +02:00
parent 1642509302
commit 8a58b0ae74

View file

@ -84,8 +84,6 @@ 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" },
# various crates
{ name = "syn", version = "1.0.109" },
]