diff --git a/Cargo.toml b/Cargo.toml index e056373386..d9fb64af6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ js-sys = { version = "0.3", optional = true } # contains FFI bindings for windows-targets = { version = "0.52", optional = true } [target.'cfg(windows)'.dev-dependencies] -windows-bindgen = { version = "0.51" } +windows-bindgen = { version = "0.52" } [target.'cfg(unix)'.dependencies] iana-time-zone = { version = "0.1.45", optional = true, features = ["fallback"] }