Skip to content

Commit

Permalink
deny.toml: add hashbrown to skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Jun 18, 2023
1 parent e853386 commit 5882151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5882151

Please sign in to comment.