Skip to content

Commit 289cf13

Browse files
authored
Merge pull request #357 from assert-rs/renovate/windows-sys-0.x
chore(deps): Update Rust crate windows-sys to 0.59.0
2 parents ae13ca8 + e24353a commit 289cf13

File tree

2 files changed

+37
-28
lines changed

2 files changed

+37
-28
lines changed

Cargo.lock

Lines changed: 36 additions & 27 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
@@ -97,7 +97,7 @@ serde = { version = "1.0.198", optional = true }
9797
regex = { version = "1.10.4", optional = true, default-features = false, features = ["std"] }
9898

9999
[target.'cfg(windows)'.dependencies]
100-
windows-sys = { version = "0.52.0", features = ["Win32_Foundation"], optional = true }
100+
windows-sys = { version = "0.59.0", features = ["Win32_Foundation"], optional = true }
101101

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

0 commit comments

Comments
 (0)