diff --git a/Cargo.toml b/Cargo.toml index ba8673d..ac2227f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ keyvalues-parser = "0.2.0" [target.'cfg(windows)'.dependencies] dirs = "5.0" -windows = { version = "0.54.0", features = ["Foundation_Collections", "System_UserProfile"] } +windows = { version = "0.56.0", features = ["Foundation_Collections", "System_UserProfile"] } [dev-dependencies] criterion = "0.5.1"