Skip to content

Commit

Permalink
Merge pull request #42 from tmuntaner/dependabot/cargo/windows-tw-0.34
Browse files Browse the repository at this point in the history
Update windows requirement from ^0.33 to ^0.34
  • Loading branch information
tmuntaner authored Mar 16, 2022
2 parents 5a709ed + 066b9a8 commit 2e16b08
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 = "0.5"

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

0 comments on commit 2e16b08

Please sign in to comment.