diff --git a/Cargo.toml b/Cargo.toml index c920962..207afff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,14 +25,14 @@ serde = { version = "1.0", optional = true } uniquote = { version = "4.0", optional = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.52", features = ["Win32_Storage_FileSystem"] } +windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] } [dev-dependencies] bincode = "1.0" tempfile = "3.0" [target.'cfg(windows)'.dev-dependencies] -windows-sys = { version = "0.52", features = ["Win32_Foundation"] } +windows-sys = { version = "0.59", features = ["Win32_Foundation"] } [target.'cfg(not(windows))'.dev-dependencies] libc = "0.2"