--- which-5.0.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ which-5.0.0/Cargo.toml 2024-01-19T17:09:47.141117+00:00 @@ -55,12 +55,3 @@ [target."cfg(any(windows, unix, target_os = \"redox\"))".dependencies.home] version = "0.5.5" -[target."cfg(windows)".dependencies.once_cell] -version = "1" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", -]