Skip to content

Commit

Permalink
build(deps): update winreg requirement in /crates/volta-core
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.52.0...v0.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 1afe3b1 commit df2721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ fs2 = "0.4.3"
which = "7.0.1"

[target.'cfg(windows)'.dependencies]
winreg = "0.52.0"
winreg = "0.53.0"
junction = "1.2.0"

0 comments on commit df2721d

Please sign in to comment.