From 59ca2819d3fe53485604ab42713727feb73c31df Mon Sep 17 00:00:00 2001 From: AdrianEddy Date: Tue, 16 Apr 2024 18:34:07 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37ffed7..d092ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ edition = '2021' "zbus" = "4.1.2" [target.'cfg(target_os = "windows")'.dependencies.windows] -version = '0.54.0' +version = '0.56.0' features = [ 'Win32_Foundation', 'Win32_Security',