Skip to content

Commit

Permalink
Update windows requirement from 0.57.0 to 0.58.0
Browse files Browse the repository at this point in the history
Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.57.0...0.58.0)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 1ecee27 commit d7ca0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bitflags = "2.3"
which = "6.0.0"

[dependencies.windows]
version = "0.57.0"
version = "0.58.0"
features = [
"Win32_Foundation",
"Win32_Storage_FileSystem",
Expand All @@ -34,7 +34,7 @@ features = [
]

[build-dependencies.windows]
version = "0.57.0"
version = "0.58.0"
features = [
"Win32_Foundation",
"Win32_System_LibraryLoader"
Expand Down

0 comments on commit d7ca0bb

Please sign in to comment.