Skip to content

Commit

Permalink
chore: Update cargo-deny config (#1503)
Browse files Browse the repository at this point in the history
* chore: Remove base64 from cargo-deny skip-tree

* chore: Remove socket2 from deny skip-tree config
  • Loading branch information
tottoto authored Dec 19, 2023
1 parent 07e4ee1 commit 43a7c54
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 @@ -19,10 +19,8 @@ deny = [
skip-tree = [
{ name = "windows-sys" },
{ name = "hermit-abi" },
{ name = "base64" },
{ name = "syn" },
{ name = "bitflags" },
{ name = "socket2" },
{ name = "indexmap" },
]

Expand Down

0 comments on commit 43a7c54

Please sign in to comment.