Skip to content

Commit

Permalink
chore: exception for windows-sys in deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Sep 4, 2024
1 parent dbd17a5 commit 1adc3e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ skip = [
# axum-core uses an old version
{ name = "sync_wrapper", version = "=0.1.2" },
]
# Several crates depend on an older version of windows-sys
skip-tree = [{ 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 1adc3e3

Please sign in to comment.