--- tempfile-3.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ tempfile-3.9.0/Cargo.toml 2023-12-31T16:56:15.335765+00:00 @@ -48,12 +48,3 @@ version = "0.38.26" features = ["fs"] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.4" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", -]