Skip to content

Commit

Permalink
Have cargo deny skip flate2 tree
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Oct 30, 2022
1 parent 0f018fa commit ab47523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Expand Up @@ -26,6 +26,7 @@ wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny
deny = []
skip = []
skip-tree = [
{ name = "flate2", version = "=1.0.24" }, # until a new version is published
{ name = "criterion" }, # dev-dependency
{ name = "quickcheck" }, # dev-dependency
]
Expand Down

0 comments on commit ab47523

Please sign in to comment.