From b55c84a9471c35fd32dca14f3b72e5472dc31c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:53:07 +0000 Subject: [PATCH] build(deps): bump winapi-util from 0.1.9 to 0.1.10 Bumps [winapi-util](https://github.com/BurntSushi/winapi-util) from 0.1.9 to 0.1.10. - [Commits](https://github.com/BurntSushi/winapi-util/compare/0.1.9...0.1.10) --- updated-dependencies: - dependency-name: winapi-util dependency-version: 0.1.10 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca6ce32..9584a33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2348,11 +2348,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]]