From b36d62887e357666dc2dc0eaaa484654267e285e Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com> Date: Mon, 27 May 2024 02:49:18 +0300 Subject: [PATCH] Update winapi-util crate (#12239) starting with v0.1.7, winapi-util switched to windows-sys crate. this small update will reduce dependence from winapi crate Release Notes: - N/A --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37cfe6d6a4..4ce837587f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12271,11 +12271,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" dependencies = [ - "winapi", + "windows-sys 0.52.0", ] [[package]]