From 73f69cfebfc7dd1cb500ef8342cb351b59d82be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:28:08 +0000 Subject: [PATCH] build(deps): update winreg requirement from 0.50.0 to 0.52.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.50.0...v0.52.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 4f80420..067a787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"