Skip to content

Commit

Permalink
Update Rust crate windows to 0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2023
1 parent 1ca71f2 commit d0a7ea0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 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 nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ nix = { version = "0.27.1", default-features = false, features = ["signal"] }
# https://docs.rs/winapi/0.3.9/src/winapi/lib.rs.html#35-37
# Otherwise nextest-runner runs into compilation issues with win32job.
winapi = { version = "0.3.9", features = ["std"] }
windows = { version = "0.48.0", features = [
windows = { version = "0.51.1", features = [
"Win32_Foundation",
"Win32_Globalization",
"Win32_System_Console",
Expand Down

0 comments on commit d0a7ea0

Please sign in to comment.