From b42f7e0940351ea461d5c4059d3b440c1604326b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:49:52 +0000 Subject: [PATCH] chore(deps): update rust crate winapi-util to 0.1.7 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26606d480..705593af7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3485,11 +3485,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +checksum = "134306a13c5647ad6453e8deaec55d3a44d6021970129e6188735e74bf546697" dependencies = [ - "winapi", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8160e09e7..faa5c885c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -330,7 +330,7 @@ unicode-segmentation = "1.11.0" unicode-width = "0.1.11" utf-8 = "0.7.6" walkdir = "2.5" -winapi-util = "0.1.6" +winapi-util = "0.1.7" windows-sys = { version = "0.48.0", default-features = false } xattr = "1.3.1" zip = { version = "1.1.1", default-features = false, features = ["deflate"] }