From baa154778c752b0435204655efee193a3b98d133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:29:49 +0000 Subject: [PATCH] build(deps): update winreg requirement from 0.52.0 to 0.55.0 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.55.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ede2349..6627bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,4 +49,4 @@ hashbrown = { version = "0.15", features = ["rayon", "serde"] } # Used to find signtool for codesigning [target.'cfg(windows)'.dependencies] -winreg = "0.52.0" +winreg = "0.55.0"