Skip to content

Commit

Permalink
Merge pull request #40 from andfoy/dependabot/cargo/windows-0.39.0
Browse files Browse the repository at this point in the history
Update windows requirement from 0.38.0 to 0.39.0
  • Loading branch information
andfoy authored Jul 21, 2022
2 parents 60e025e + fc6f65a commit e24ed82
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 = "1.3"
which = "4.1.0"

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

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

0 comments on commit e24ed82

Please sign in to comment.