diff --git a/Cargo.toml b/Cargo.toml index 9ee1a44..f2cd897 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.51" } +windows-core = { version = ">=0.50, <=0.53" } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.50"