From cadfc62d1c1fdcaacad9c77951e12a4b8fde2f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 07:34:29 +0000 Subject: [PATCH] Bump winreg from 0.55.0 to 0.56.0 Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.55.0 to 0.56.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++++- rust/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd74c06b..d2defee7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ "uuid", "which", "windows 0.58.0", - "winreg 0.55.0", + "winreg 0.56.0", ] [[package]] @@ -6687,6 +6687,16 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "winreg" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d6f32a0ff4a9f6f01231eb2059cc85479330739333e0e58cadf03b6af2cca10" +dependencies = [ + "cfg-if", + "windows-sys 0.61.2", +] + [[package]] name = "wit-bindgen" version = "0.51.0" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 659ea4b5..09a99d34 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -114,7 +114,7 @@ windows = { version = "0.58", features = [ "Win32_UI_WindowsAndMessaging", ] } -winreg = "0.55" +winreg = "0.56" [build-dependencies] chrono = "0.4"