Skip to content

Commit c030441

Browse files
chore(deps): Update Rust crate windows-sys to 0.61.0
1 parent 7c3a2d3 commit c030441

File tree

3 files changed

+36
-92
lines changed

3 files changed

+36
-92
lines changed

Cargo.lock

Lines changed: 34 additions & 90 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.60.2", features = ["Win32_System_Console", "Win32_Foundation"] }
27+
windows-sys = { version = "0.61.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.1"
3232

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

3737
[lints]

0 commit comments

Comments
 (0)