From d43c617690c32230254ba6bb30f6ceb33d538afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:33:58 +0000 Subject: [PATCH] chore(deps): Update Rust crate windows-sys to 0.61.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 f52d034..54e1124 100644 --- a/crates/snapbox/Cargo.toml +++ b/crates/snapbox/Cargo.toml @@ -93,7 +93,7 @@ serde = { version = "1.0.228", optional = true } regex = { version = "1.11.3", optional = true, default-features = false, features = ["std"] } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.60.2", features = ["Win32_Foundation"], optional = true } +windows-sys = { version = "0.61.0", features = ["Win32_Foundation"], optional = true } [target.'cfg(unix)'.dependencies] libc = { version = "0.2.176", optional = true }