From 767e42c5e29bd596fdd4e9ca9fddc3ffa6ad6f8c Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Mon, 26 Feb 2024 08:22:42 +0100 Subject: [PATCH] Update windows-bindgen to 0.53 --- Cargo.toml | 2 +- src/offset/local/win_bindings.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 04e427f393..6269903203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,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.52" } +windows-bindgen = { version = "0.53" } # The MSRV of its windows-metatada 0.53 dependency is 1.70 [target.'cfg(unix)'.dependencies] iana-time-zone = { version = "0.1.45", optional = true, features = ["fallback"] } diff --git a/src/offset/local/win_bindings.rs b/src/offset/local/win_bindings.rs index 7574fb3317..9bb8ae6365 100644 --- a/src/offset/local/win_bindings.rs +++ b/src/offset/local/win_bindings.rs @@ -1,4 +1,4 @@ -// Bindings generated by `windows-bindgen` 0.52.0 +// Bindings generated by `windows-bindgen` 0.53.0 #![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, dead_code, clippy::all)] ::windows_targets::link!("kernel32.dll" "system" fn GetTimeZoneInformationForYear(wyear : u16, pdtzi : *const DYNAMIC_TIME_ZONE_INFORMATION, ptzi : *mut TIME_ZONE_INFORMATION) -> BOOL);