diff --git a/Cargo.toml b/Cargo.toml index 2bb6908..f233ca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bitflags = "2.3" which = "6.0.0" [dependencies.windows] -version = "0.54.0" +version = "0.56.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", @@ -34,7 +34,7 @@ features = [ ] [build-dependencies.windows] -version = "0.54.0" +version = "0.56.0" features = [ "Win32_Foundation", "Win32_System_LibraryLoader"