diff --git a/Cargo.toml b/Cargo.toml index da1e8da..18610ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,14 +25,14 @@ serde = { version = "1.0", optional = true } uniquote = { version = "3.2", optional = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.45", features = ["Win32_Storage_FileSystem"] } +windows-sys = { version = "0.48", features = ["Win32_Storage_FileSystem"] } [dev-dependencies] bincode = "1.3" tempfile = "3.2" [target.'cfg(windows)'.dev-dependencies] -windows-sys = { version = "0.45", features = ["Win32_Foundation"] } +windows-sys = { version = "0.48", features = ["Win32_Foundation"] } [target.'cfg(not(windows))'.dev-dependencies] libc = "0.2"