diff --git a/Cargo.toml b/Cargo.toml index 407aa0a..860e3c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bitflags = "1.3" which = "4.1.0" [dependencies.windows] -version = "0.29.0" +version = "0.36.1" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", @@ -34,7 +34,7 @@ features = [ ] [build-dependencies.windows] -version = "0.29.0" +version = "0.36.1" features = [ "Win32_Foundation", "Win32_System_LibraryLoader"