From a3622dabd709c1ad6dccec12e4f1279f8b665380 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 20 Nov 2023 09:39:11 +0100 Subject: [PATCH] Update windows-bindgen to 0.52 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e4cb03694..1ff41955f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,10 +43,10 @@ wasm-bindgen = { version = "0.2", optional = true } js-sys = { version = "0.3", optional = true } # contains FFI bindings for the JS Date API [target.'cfg(windows)'.dependencies] -windows-targets = { version = "0.48", optional = true } +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"] }