Skip to content

Commit

Permalink
Update winreg requirement from 0.50 to 0.51
Browse files Browse the repository at this point in the history
Updates the requirements on [winreg](https://github.com/gentoo90/winreg-rs) to permit the latest version.
- [Release notes](https://github.com/gentoo90/winreg-rs/releases)
- [Changelog](https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md)
- [Commits](gentoo90/winreg-rs@v0.50.0...v0.51.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 31, 2023
1 parent bb585e0 commit 0565ad1
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 @@ -33,7 +33,7 @@ tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-subscriber = "0.3.16"
itertools = "0.11.0"
winreg = { version = "0.50", features = ["transactions"] }
winreg = { version = "0.51", features = ["transactions"] }

[dependencies.windows]
version = "0.51.0"
Expand Down

0 comments on commit 0565ad1

Please sign in to comment.