Skip to content

Commit

Permalink
chore: Remove syn and bitflabs from cargo-deny skip-tree
Browse files Browse the repository at this point in the history
The multiple version dependencies of these crates are caused by dev-dependencies.
cargo-deny 0.14.2 ignores dev-dependencies to check multiple versions.
  • Loading branch information
tottoto committed Sep 4, 2023
1 parent 912fe16 commit efbbfaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ skip-tree = [
{ name = "hermit-abi" },
{ name = "redox_syscall" },
{ name = "base64" },
{ name = "syn" },
{ name = "bitflags" },
{ name = "socket2" },
{ name = "indexmap" },
]
Expand Down

0 comments on commit efbbfaa

Please sign in to comment.