@@ -34,9 +34,9 @@ syn = { version = "2.0", default-features = false }
34
34
toml = { version = " 0.8" , features = [" parse" ] }
35
35
serde_json = {version = " 1.0" , default-features = false }
36
36
# generated dependencies
37
- cppwinrt = { version = " 0.3.0 " , path = " crates/libs/cppwinrt" , default-features = false }
37
+ cppwinrt = { version = " 0.3.1 " , path = " crates/libs/cppwinrt" , default-features = false }
38
38
windows = { version = " 0.61.2" , path = " crates/libs/windows" , default-features = false }
39
- windows-bindgen = { version = " 0.62.0 " , path = " crates/libs/bindgen" , default-features = false }
39
+ windows-bindgen = { version = " 0.62.1 " , path = " crates/libs/bindgen" , default-features = false }
40
40
windows-collections = { version = " 0.2.0" , path = " crates/libs/collections" , default-features = false }
41
41
windows-core = { version = " 0.61.2" , path = " crates/libs/core" , default-features = false }
42
42
windows-future = { version = " 0.2.1" , path = " crates/libs/future" , default-features = false }
@@ -49,7 +49,7 @@ windows-registry = { version = "0.5.2", path = "crates/libs/registry", default-f
49
49
windows-result = { version = " 0.3.4" , path = " crates/libs/result" , default-features = false }
50
50
windows-services = { version = " 0.24.0" , path = " crates/libs/services" , default-features = false }
51
51
windows-strings = { version = " 0.4.2" , path = " crates/libs/strings" , default-features = false }
52
- windows-sys = { version = " 0.60.0 " , path = " crates/libs/sys" , default-features = false }
52
+ windows-sys = { version = " 0.60.1 " , path = " crates/libs/sys" , default-features = false }
53
53
windows-targets = { version = " 0.53.1" , path = " crates/libs/targets" , default-features = false }
54
54
windows-threading = { version = " 0.1.0" , path = " crates/libs/threading" , default-features = false }
55
55
windows-version = { version = " 0.1.4" , path = " crates/libs/version" , default-features = false }
0 commit comments