Skip to content

Commit

Permalink
deny.toml: allow three versions of windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Dec 13, 2023
1 parent c32fb25 commit 116245b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ skip = [
{ name = "rustix", version = "0.37.26" },
# various crates
{ name = "windows-sys", version = "0.45.0" },
# various crates
{ name = "windows-sys", version = "0.48.0" },
# windows-sys
{ name = "windows-targets", version = "0.42.2" },
# windows-sys
{ name = "windows-targets", version = "0.48.0" },
# windows-targets
{ name = "windows_aarch64_gnullvm", version = "0.42.2" },
# windows-targets
Expand All @@ -80,6 +84,20 @@ skip = [
{ name = "windows_x86_64_gnullvm", version = "0.42.2" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.42.2" },
# windows-targets
{ name = "windows_aarch64_gnullvm", version = "0.48.0" },
# windows-targets
{ name = "windows_aarch64_msvc", version = "0.48.0" },
# windows-targets
{ name = "windows_i686_gnu", version = "0.48.0" },
# windows-targets
{ name = "windows_i686_msvc", version = "0.48.0" },
# windows-targets
{ name = "windows_x86_64_gnu", version = "0.48.0" },
# windows-targets
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.48.0" },
# various crates
{ name = "syn", version = "1.0.109" },
# various crates
Expand Down

0 comments on commit 116245b

Please sign in to comment.