Skip to content

Commit

Permalink
deny.toml: add nom to skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Jan 27, 2025
1 parent fa0eb3d commit 5b55405
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 @@ -92,6 +92,8 @@ skip = [
{ name = "itertools", version = "0.13.0" },
# indexmap
{ name = "hashbrown", version = "0.14.5" },
# parse_datetime, cexpr (via bindgen)
{ name = "nom", version = "7.1.3" },
]
# spell-checker: enable

Expand Down

0 comments on commit 5b55405

Please sign in to comment.