From 2b39eb64122bb78b14bd9022fdb4be0d8839d35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 15:29:59 -0600 Subject: [PATCH] chore: bump winreg from 0.7.0 to 0.9.0 (#18061) Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.7.0 to 0.9.0. - [Release notes](https://github.com/gentoo90/winreg-rs/releases) - [Commits](https://github.com/gentoo90/winreg-rs/compare/v0.7.0...v0.9.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 | 13 +++++++++++-- install/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 627c7f172c..2cc720570c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3618,7 +3618,7 @@ dependencies = [ "wasm-bindgen-futures", "web-sys", "webpki-roots", - "winreg", + "winreg 0.7.0", ] [[package]] @@ -4853,7 +4853,7 @@ dependencies = [ "tempfile", "url 2.2.0", "winapi 0.3.8", - "winreg", + "winreg 0.9.0", ] [[package]] @@ -7167,6 +7167,15 @@ dependencies = [ "winapi 0.3.8", ] +[[package]] +name = "winreg" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16cdb3898397cf7f624c294948669beafaeebc5577d5ec53d0afb76633593597" +dependencies = [ + "winapi 0.3.8", +] + [[package]] name = "ws2_32-sys" version = "0.2.1" diff --git a/install/Cargo.toml b/install/Cargo.toml index 6d40fa7d6f..d6b6a07c26 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -38,7 +38,7 @@ url = "2.1.1" [target."cfg(windows)".dependencies] winapi = "0.3.8" -winreg = "0.7" +winreg = "0.9" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]