diff --git a/Cargo.toml b/Cargo.toml index 7efd4d2..194d44f 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 = { version = "0.46.0", features = [ "Globalization" ] } +windows = { version = "0.47.0", features = [ "Globalization" ] } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.50"