diff --git a/Cargo.toml b/Cargo.toml index 4348b2c..f6d3a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ android_system_properties = "0.1.5" core-foundation-sys = "0.8.3" [target.'cfg(target_os = "windows")'.dependencies] -windows-core = { version = ">=0.50, <=0.53" } +windows-core = { version = ">=0.50, <=0.52" } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.50"