diff --git a/Cargo.toml b/Cargo.toml index 22aef2e..1bb3186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures-lite = "2.0.0" libc = "0.2.78" [target.'cfg(windows)'.dev-dependencies.windows-sys] -version = "0.59" +version = "0.60" features = [ "Win32_Storage_FileSystem", ]