Skip to content

Commit

Permalink
Update skip tree
Browse files Browse the repository at this point in the history
  • Loading branch information
asonnino committed May 20, 2024
1 parent 327dd41 commit 3659379
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ ignore = true
# Lint level for when multiple versions of the same crate are detected
multiple-versions = "deny"
skip = []
skip-tree = []
skip-tree = [
# Some crates manipulating prints to stdout depend on an older version of windows-sys
{ name = "windows-sys", depth = 3, version = "0.48" },
]

# This section is considered when running `cargo deny check sources`.
# More documentation about the 'sources' section can be found here:
Expand Down

0 comments on commit 3659379

Please sign in to comment.