From e8d327d6c249b5c8789533117974beba4d14f36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:47:59 +0000 Subject: [PATCH] build(deps): bump winreg from 0.51.0 to 0.52.0 Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.51.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.51.0...v0.52.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/filesystem/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a5866ab..ebc1d137 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2886,7 +2886,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "winreg 0.51.0", + "winreg 0.52.0", ] [[package]] @@ -6397,9 +6397,9 @@ dependencies = [ [[package]] name = "winreg" -version = "0.51.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" +checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" dependencies = [ "cfg-if", "windows-sys 0.48.0", diff --git a/crates/filesystem/Cargo.toml b/crates/filesystem/Cargo.toml index 87b43794..7204ec64 100644 --- a/crates/filesystem/Cargo.toml +++ b/crates/filesystem/Cargo.toml @@ -37,7 +37,7 @@ tracing.workspace = true luminol-config.workspace = true [target.'cfg(windows)'.dependencies] -winreg = "0.51.0" +winreg = "0.52.0" [target.'cfg(target_arch = "wasm32")'.dependencies] once_cell.workspace = true