From fbedb98cc7853fe64c4419f1732116b9a40720be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:45:04 +0800 Subject: [PATCH] chore(deps): bump winreg from 0.50.0 to 0.52.0 (#22) Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.50.0 to 0.52.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.50.0...v0.52.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/libscoop/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a20d9cb..3af35e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2097,9 +2097,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winreg" -version = "0.50.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" dependencies = [ "cfg-if", "windows-sys 0.48.0", diff --git a/crates/libscoop/Cargo.toml b/crates/libscoop/Cargo.toml index 828be3c..cd6b5ba 100644 --- a/crates/libscoop/Cargo.toml +++ b/crates/libscoop/Cargo.toml @@ -38,7 +38,7 @@ path = "../scoop_hash" [target.'cfg(windows)'.dependencies] junction = "1.2.0" -winreg = "0.50" +winreg = "0.52" [target.'cfg(unix)'.dependencies] openssl = { version = "0.10.66", features = ["vendored"] }