From a0d60eef12d18ea8fcf517bc7d706ca239a628c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:57:15 -0400 Subject: [PATCH] Update Rust crate winsafe to 0.0.24 (#13769) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 214cfcb4d..eef56f595 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5219,7 +5219,7 @@ dependencies = [ "tempfile", "tokio", "tracing", - "winsafe 0.0.23", + "winsafe 0.0.24", ] [[package]] @@ -6634,9 +6634,9 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "winsafe" -version = "0.0.23" +version = "0.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a096fc628cb2c601e13c401ca0c354806424a7f5716000d69b76044eb8e624b9" +checksum = "4271ae8f63c109d73bc6fcf352b117166757fabcce6a769649ef18303dbf2491" [[package]] name = "wiremock" diff --git a/Cargo.toml b/Cargo.toml index 291aab79d..a8bfa183b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ which = { version = "7.0.0", features = ["regex"] } windows-registry = { version = "0.5.0" } windows-result = { version = "0.3.0" } windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_Registry"] } -winsafe = { version = "0.0.23", features = ["kernel"] } +winsafe = { version = "0.0.24", features = ["kernel"] } wiremock = { version = "0.6.2" } xz2 = { version = "0.1.7" } zip = { version = "2.2.3", default-features = false, features = ["deflate"] }