From 7662547fd69979971e916f5fe6a64b019c427360 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 6 Aug 2025 09:47:08 +0200 Subject: [PATCH] deny.toml: remove old windows-sys from skip list --- deny.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/deny.toml b/deny.toml index 991833444..63397aab1 100644 --- a/deny.toml +++ b/deny.toml @@ -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" },