Skip to content

Commit b998c56

Browse files
build(deps): update winreg requirement in /crates/volta-core
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.53.0...v0.55.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40a6b89 commit b998c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ fs2 = "0.4.3"
5555
which = "7.0.1"
5656

5757
[target.'cfg(windows)'.dependencies]
58-
winreg = "0.53.0"
58+
winreg = "0.55.0"
5959
junction = "1.2.0"

0 commit comments

Comments
 (0)