Skip to content

Commit

Permalink
Merge pull request #73 from andfoy/dependabot/cargo/windows-0.56.0
Browse files Browse the repository at this point in the history
Update windows requirement from 0.54.0 to 0.56.0
  • Loading branch information
andfoy authored Apr 15, 2024
2 parents 896fe07 + 48bea31 commit f0adc22
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.54.0"
version = "0.56.0"
features = [
"Win32_Foundation",
"Win32_Storage_FileSystem",
Expand All @@ -34,7 +34,7 @@ features = [
]

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

0 comments on commit f0adc22

Please sign in to comment.