From 5044a8adae907ba62a04db7f1f6cae07d1ce675f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:05:35 +0000 Subject: [PATCH] build(deps): update winreg requirement from 0.55.0 to 0.56.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.55.0...v0.56.0) --- updated-dependencies: - dependency-name: winreg dependency-version: 0.56.0 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 1447b36..4914e59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,4 +49,4 @@ hashbrown = { version = "0.16", features = ["rayon", "serde"] } # Used to find signtool for codesigning [target.'cfg(windows)'.dependencies] -winreg = "0.55.0" +winreg = "0.56.0"