From 0565ad191c8ec0294b181cb1357810fc6e97bbe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:10:42 +0000 Subject: [PATCH] Update winreg requirement from 0.50 to 0.51 Updates the requirements on [winreg](https://github.com/gentoo90/winreg-rs) to permit the latest version. - [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.51.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13ed503..830b067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing = "0.1.37" tracing-appender = "0.2.2" tracing-subscriber = "0.3.16" itertools = "0.11.0" -winreg = { version = "0.50", features = ["transactions"] } +winreg = { version = "0.51", features = ["transactions"] } [dependencies.windows] version = "0.51.0"