Skip to content

Commit 10bf01b

Browse files
authored
Merge pull request #260 from rust-cli/renovate/windows-sys-0.x
chore(deps): Update Rust crate windows-sys to 0.60.0
2 parents 839d460 + cb8406b commit 10bf01b

File tree

3 files changed

+78
-5
lines changed

3 files changed

+78
-5
lines changed

Cargo.lock

Lines changed: 76 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstyle-query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pre-release-replacements = [
2424
]
2525

2626
[target.'cfg(windows)'.dependencies]
27-
windows-sys = { version = "0.59.0", features = ["Win32_System_Console", "Win32_Foundation"] }
27+
windows-sys = { version = "0.60.0", features = ["Win32_System_Console", "Win32_Foundation"] }
2828

2929
[lints]
3030
workspace = true

crates/anstyle-wincon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ anstyle = { version = "1.0.0", path = "../anstyle" }
3131
lexopt = "0.3.0"
3232

3333
[target.'cfg(windows)'.dependencies]
34-
windows-sys = { version = "0.59.0", features = ["Win32_System_Console", "Win32_Foundation"] }
34+
windows-sys = { version = "0.60.0", features = ["Win32_System_Console", "Win32_Foundation"] }
3535
once_cell_polyfill = "1.56.0"
3636

3737
[lints]

0 commit comments

Comments
 (0)