Skip to content

Commit

Permalink
deny.toml: remove hashbrown from skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Jul 25, 2023
1 parent 1642509 commit 8a58b0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down

0 comments on commit 8a58b0a

Please sign in to comment.