Skip to content

Commit

Permalink
Merge pull request #238 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.52.0
  • Loading branch information
epage authored Dec 1, 2023
2 parents 6c50b15 + 3e48136 commit 672163e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 3 deletions.
70 changes: 68 additions & 2 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 @@ -93,7 +93,7 @@ document-features = { version = "0.2.6", optional = true }
serde_json = { version = "1.0.85", optional = true}

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.48.0", features = ["Win32_Foundation"], optional = true }
windows-sys = { version = "0.52.0", features = ["Win32_Foundation"], optional = true }

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

0 comments on commit 672163e

Please sign in to comment.