From 1a2095f3c4d05c7f7192b8d6865253b9cc1b2fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:24:03 +0000 Subject: [PATCH] Update windows-bindgen requirement from 0.61 to 0.62 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/commits) --- updated-dependencies: - dependency-name: windows-bindgen dependency-version: 0.62.1 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 f0c7d4cf5..71745c0c1 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.61" +windows-bindgen = "0.62" tempfile = "3" regex = "1"