Skip to content

Commit

Permalink
chore(deps): Update Rust crate windows-sys to 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent fbd4469 commit d9a7042
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 31 deletions.
67 changes: 38 additions & 29 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 @@ -24,7 +24,7 @@ pre-release-replacements = [
]

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

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/anstyle-wincon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ anstyle = { version = "1.0.0", path = "../anstyle" }
lexopt = "0.3.0"

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

[lints]
workspace = true

0 comments on commit d9a7042

Please sign in to comment.