From bc1f4193c473ffe4f06d82d11c6d769702848e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 00:54:52 +0000 Subject: [PATCH] Bump winreg from 0.9.0 to 0.10.1 Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.9.0 to 0.10.1. - [Release notes](https://github.com/gentoo90/winreg-rs/releases) - [Commits](https://github.com/gentoo90/winreg-rs/compare/v0.9.0...v0.10.1) --- 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 90c7f09..77f684e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2794,9 +2794,9 @@ dependencies = [ [[package]] name = "winreg" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16cdb3898397cf7f624c294948669beafaeebc5577d5ec53d0afb76633593597" +checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" dependencies = [ "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index 3982ed7..8a4d53f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.10.0", features = [ "sync" ] } toml = "0.5.8" uuid = "0.8.2" winapi = "0.3.9" -winreg = "0.9.0" +winreg = "0.10.1" [build-dependencies] winres = "0.1.11"