Skip to content

Commit

Permalink
allow multiple socket2
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 11, 2024
1 parent 02a16e2 commit 2379bf4
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 @@ -309,6 +309,8 @@ skip = [
{ crate = "idna", reason = "temp", version = "0.5.0" },

{ crate = "bitflags", reason = "too many", version = "=1.3.2" },

{ crate = "socket2", reason = "too many", version = "=0.4.10" },
]
# 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 2379bf4

Please sign in to comment.