Skip to content

Commit

Permalink
build(deps): update winreg requirement from 0.50.0 to 0.52.0
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.52.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent d7c0b14 commit 73f69cf
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 @@ -49,4 +49,4 @@ hashbrown = { version = "0.13", features = ["rayon", "serde"] }

# Used to find signtool for codesigning
[target.'cfg(windows)'.dependencies]
winreg = "0.50.0"
winreg = "0.52.0"

0 comments on commit 73f69cf

Please sign in to comment.