Skip to content

Commit

Permalink
fix deny
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Jul 21, 2023
1 parent 8d50283 commit c76a8a2
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 @@ -238,6 +238,8 @@ skip = [
{ name = "rustls-webpki", version = "=0.100.1" },
{ name = "regex-automata", version = "=0.1.10" },
{ name = "hashbrown", version = "=0.14.0" },
{ name = "bitflags", version = "=1.3.2" },
{ name = "fastrand", version = "=1.9.0" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
Expand Down

0 comments on commit c76a8a2

Please sign in to comment.