Skip to content

Commit

Permalink
Merge pull request #357 from assert-rs/renovate/windows-sys-0.x
Browse files Browse the repository at this point in the history
chore(deps): Update Rust crate windows-sys to 0.59.0
  • Loading branch information
epage authored Aug 1, 2024
2 parents ae13ca8 + e24353a commit 289cf13
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 28 deletions.
63 changes: 36 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/snapbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 289cf13

Please sign in to comment.