Index: seize/Cargo.toml
===================================================================
--- seize.orig/Cargo.toml
+++ seize/Cargo.toml
@@ -68,15 +68,9 @@ version = "0.9.8"
 [features]
 default = ["fast-barrier"]
 fast-barrier = [
-    "windows-sys",
     "libc",
 ]
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = ["Win32_System_Threading"]
-optional = true
-
 [lints.rust.unexpected_cfgs]
 level = "warn"
 priority = 0
