File tempfile-fix-metadata-auto.diff of Package rust-tempfile
--- tempfile-3.23.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ tempfile-3.23.0/Cargo.toml 2025-10-17T19:56:18.580968+00:00 @@ -89,9 +89,3 @@ optional = true default-features = false -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52, <0.62" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", -]