Skip to content

Commit

Permalink
chore(deps): bump windows from 0.58.0 to 0.59.0
Browse files Browse the repository at this point in the history
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.58.0 to 0.59.0.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.58.0...0.59.0)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LGUG2Z committed Jan 16, 2025
1 parent 00e74d0 commit fdd3090
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 36 deletions.
132 changes: 98 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ paste = "1"
ctrlc = "3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
windows-core = "0.58"
windows-core = "0.59"
dirs = "6"
clap = { version = "4", features = ["derive"] }

[dependencies.windows]
version = "0.58"
version = "0.59"
features = [
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Input",
Expand Down

0 comments on commit fdd3090

Please sign in to comment.