From 39e28540c81085c8f874596262b6638f106aa2a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:03:50 +0000 Subject: [PATCH] build(deps): bump winreg from 0.52.0 to 0.53.0 Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.52.0 to 0.53.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.52.0...v0.53.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b4f7045d..2fa60a5b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1996,9 +1996,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winreg" -version = "0.52.0" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +checksum = "89a47b489f8fc5b949477e89dca4d1617f162c6c53fbcbefde553ab17b342ff9" dependencies = [ "cfg-if", "windows-sys 0.48.0", diff --git a/Cargo.toml b/Cargo.toml index 6111350fb..b32505efa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ dirs = "5.0.1" volta-migrate = { path = "crates/volta-migrate" } [target.'cfg(windows)'.dependencies] -winreg = "0.52.0" +winreg = "0.53.0" [dev-dependencies] hamcrest2 = "0.3.0"