Skip to content

Commit

Permalink
Merge pull request #58 from tmuntaner/dependabot/cargo/windows-tw-0.43
Browse files Browse the repository at this point in the history
Update windows requirement from ^0.42 to ^0.43
  • Loading branch information
tmuntaner authored Nov 17, 2022
2 parents 9c7e9d2 + f3719e5 commit c71cd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1"
widestring = "1.0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "^0.42"
version = "^0.43"
features = [
"Win32_Foundation",
"Win32_Security_Credentials",
Expand Down

0 comments on commit c71cd39

Please sign in to comment.