From 795172938eb9ec4450b438788e6f45b8cb96f2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:27:24 +0000 Subject: [PATCH] Update windows-bindgen requirement from 0.59 to 0.60 Updates the requirements on [windows-bindgen](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.59.0...0.60.0) --- updated-dependencies: - dependency-name: windows-bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-tools/gen-windows-sys-binding/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/gen-windows-sys-binding/Cargo.toml b/dev-tools/gen-windows-sys-binding/Cargo.toml index 9b0309b0..16231eee 100644 --- a/dev-tools/gen-windows-sys-binding/Cargo.toml +++ b/dev-tools/gen-windows-sys-binding/Cargo.toml @@ -5,6 +5,6 @@ edition = "2018" publish = false [dependencies] -windows-bindgen = "0.59" +windows-bindgen = "0.60" tempfile = "3" regex = "1"