Skip to content

Commit

Permalink
fix(deps): update rust crate winapi-util to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent c2bbf9d commit 7cbe67a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 packages/packsquash_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env_logger = { version = "0.10.0", default-features = false, features = ["color"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", default-features = false, features = ["consoleapi"] }
winapi-util = "0.1.5"
winapi-util = "0.1.6"

[target.'cfg(all(target_os = "linux", target_env = "musl"))'.dependencies]
# The mimalloc C malloc override feature is troublesome on macOS and Windows, but
Expand Down

0 comments on commit 7cbe67a

Please sign in to comment.