From 4697c8874e4fc627c49eb2da5c5dcd7688e8f486 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:05:35 +0000 Subject: [PATCH] chore(deps): Update Rust crate windows-sys to 0.59.0 --- crates/snapbox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/snapbox/Cargo.toml b/crates/snapbox/Cargo.toml index 364ad6b7..be9c6290 100644 --- a/crates/snapbox/Cargo.toml +++ b/crates/snapbox/Cargo.toml @@ -97,7 +97,7 @@ serde = { version = "1.0.198", optional = true } regex = { version = "1.10.4", optional = true, default-features = false, features = ["std"] } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.52.0", features = ["Win32_Foundation"], optional = true } +windows-sys = { version = "0.59.0", features = ["Win32_Foundation"], optional = true } [target.'cfg(unix)'.dependencies] libc = { version = "0.2.137", optional = true }