Skip to content

Commit

Permalink
Merge pull request #145 from rust-cli/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 ad17e3e + 26d31bf commit 030d75f
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 4 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/anstyle-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ pre-release-replacements = [
]

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.48.0", features = ["Win32_System_Console", "Win32_Foundation"] }
windows-sys = { version = "0.52.0", features = ["Win32_System_Console", "Win32_Foundation"] }
2 changes: 1 addition & 1 deletion crates/anstyle-wincon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ anstyle = { version = "1.0.0", path = "../anstyle" }
lexopt = "0.3.0"

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

0 comments on commit 030d75f

Please sign in to comment.