Skip to content

Commit

Permalink
Fix/ignore cargo-deny report on dual use of socket2 (#1283)
Browse files Browse the repository at this point in the history
insignificant.

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Aug 19, 2023
1 parent 5e98a92 commit d410464
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ name = "redox_syscall"
name = "windows-sys"
[[bans.skip-tree]]
name = "windows"

[[bans.skip]]
# deep in dependency tree, dual use via tokio and hyper (needs a bump there)
name = "socket2"

0 comments on commit d410464

Please sign in to comment.