Skip to content

Commit

Permalink
fix: update cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
asonnino committed Nov 5, 2024
1 parent f72d1a7 commit bb85873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ skip = [
]
skip-tree = [
# Some crates manipulating prints to stdout depend on an older version of windows-sys
{ name = "windows-sys", depth = 3, version = "0.48" },
{ name = "windows-sys", depth = 3, version = "0.52" },
# The crate gf256 v0.3.0 depend on an older version of darling
{ name = "darling", depth = 3, version = "0.12.4" },
]
Expand Down

0 comments on commit bb85873

Please sign in to comment.