Skip to content

Commit

Permalink
Merge pull request #4985 from cakebaker/deny_toml_add_hashbrown_to_sk…
Browse files Browse the repository at this point in the history
…ip_list

deny.toml: add hashbrown to skip list
  • Loading branch information
sylvestre committed Jun 18, 2023
2 parents e853386 + 5882151 commit ea532d1
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 ea532d1

Please sign in to comment.