Skip to content

Commit

Permalink
Bump windows from 0.56.0 to 0.57.0
Browse files Browse the repository at this point in the history
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.56.0 to 0.57.0.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.56.0...0.57.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 Jun 10, 2024
1 parent 3b1e8d3 commit 14edf38
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 7 deletions.
56 changes: 50 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rustix = { version = "0.38.34", features = ["fs"] }

[target.'cfg(windows)'.dependencies]
tray-icon = { version = "0.14.1", default-features = false }
windows = { version = "0.56", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_WindowsAndMessaging", "Win32_Storage_FileSystem"] }
windows = { version = "0.57", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_WindowsAndMessaging", "Win32_Storage_FileSystem"] }
tao = "0.28"

[build-dependencies]
Expand Down

0 comments on commit 14edf38

Please sign in to comment.