Skip to content

Commit e24353a

Browse files
chore(deps): Update Rust crate windows-sys to 0.59.0
1 parent ae13ca8 commit e24353a

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)