Skip to content

Commit f527f93

Browse files
authored
Merge pull request #393 from assert-rs/renovate/windows-sys-0.x
chore(deps): Update Rust crate windows-sys to 0.60.0
2 parents e6152e6 + c458afe commit f527f93

File tree

2 files changed

+76
-3
lines changed

2 files changed

+76
-3
lines changed

Cargo.lock

Lines changed: 75 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/snapbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ serde = { version = "1.0.198", optional = true }
9393
regex = { version = "1.10.4", optional = true, default-features = false, features = ["std"] }
9494

9595
[target.'cfg(windows)'.dependencies]
96-
windows-sys = { version = "0.59.0", features = ["Win32_Foundation"], optional = true }
96+
windows-sys = { version = "0.60.0", features = ["Win32_Foundation"], optional = true }
9797

9898
[target.'cfg(unix)'.dependencies]
9999
libc = { version = "0.2.137", optional = true }

0 commit comments

Comments
 (0)