From aeeb5dd405b57fee47b82b01ff36033a9bb7dbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:05:00 +0000 Subject: [PATCH] Bump winreg from 0.50.0 to 0.51.0 (#10209) --- Cargo.lock | 4 ++-- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c05cc2e1f..7b9c45cd79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5925,9 +5925,9 @@ dependencies = [ [[package]] name = "winreg" -version = "0.50.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" dependencies = [ "cfg-if", "windows-sys 0.48.0", diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 4f42c2df94..9406027889 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -95,7 +95,7 @@ bracoxide = "0.1.2" chardetng = "0.1.17" [target.'cfg(windows)'.dependencies] -winreg = "0.50" +winreg = "0.51" [target.'cfg(unix)'.dependencies] libc = "0.2"