Merge pull request #8438 from cakebaker/deny_toml_remove_old_windows_sys

deny.toml: remove old `windows-sys` version from skip list
This commit is contained in:
Sylvestre Ledru 2025-08-06 10:00:54 +02:00 committed by GitHub
commit 1b742bbcc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,45 +54,27 @@ highlight = "all"
# introduces it.
# spell-checker: disable
skip = [
# dns-lookup
{ name = "windows-sys", version = "0.48.0" },
# mio, nu-ansi-term, socket2
{ name = "windows-sys", version = "0.52.0" },
# anstyle-query
{ name = "windows-sys", version = "0.59.0" },
# windows-sys
{ name = "windows-targets", version = "0.48.5" },
# parking_lot_core
{ name = "windows-targets", version = "0.52.6" },
# windows-targets
{ name = "windows_aarch64_gnullvm", version = "0.48.5" },
# windows-targets
{ name = "windows_aarch64_gnullvm", version = "0.52.6" },
# windows-targets
{ name = "windows_aarch64_msvc", version = "0.48.5" },
# windows-targets
{ name = "windows_aarch64_msvc", version = "0.52.6" },
# windows-targets
{ name = "windows_i686_gnu", version = "0.48.5" },
# windows-targets
{ name = "windows_i686_gnu", version = "0.52.6" },
# windows-targets
{ name = "windows_i686_gnullvm", version = "0.52.6" },
# windows-targets
{ name = "windows_i686_msvc", version = "0.48.5" },
# windows-targets
{ name = "windows_i686_msvc", version = "0.52.6" },
# windows-targets
{ name = "windows_x86_64_gnu", version = "0.48.5" },
# windows-targets
{ name = "windows_x86_64_gnu", version = "0.52.6" },
# windows-targets
{ name = "windows_x86_64_gnullvm", version = "0.48.5" },
# windows-targets
{ name = "windows_x86_64_gnullvm", version = "0.52.6" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.48.5" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.52.6" },
# kqueue-sys, onig
{ name = "bitflags", version = "1.3.2" },