From db512bb0f771167f85ada50aff207db9af3a9a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 12:44:31 +0000 Subject: [PATCH] chore(deps): 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 +++++++++++- crates/everything-imu-app/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 185aae9..95fb4f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1494,7 +1494,7 @@ dependencies = [ "tracing", "tracing-appender", "tracing-subscriber", - "winreg 0.55.0", + "winreg 0.56.0", ] [[package]] @@ -7138,6 +7138,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/crates/everything-imu-app/Cargo.toml b/crates/everything-imu-app/Cargo.toml index 46ae0fa..94a408a 100644 --- a/crates/everything-imu-app/Cargo.toml +++ b/crates/everything-imu-app/Cargo.toml @@ -65,4 +65,4 @@ default = [] crash-reporting = ["dep:sentry"] [target.'cfg(windows)'.dependencies] -winreg = "0.55" +winreg = "0.56"