From df2721d8825da7ae7b12af52c82d1814f183c7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:09:20 +0000 Subject: [PATCH] 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](/~https://github.com/gentoo90/winreg-rs/compare/v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/volta-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 864c9acec..c07ee18c5 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -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"