build(deps): bump winreg from 0.10.1 to 0.50.0 (#32970)

Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.10.1 to 0.50.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.10.1...v0.50.0)

---
updated-dependencies:
- dependency-name: winreg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-25 14:03:25 +08:00 committed by GitHub
parent 67d6d688cc
commit 2daa92fa9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 12 deletions

13
Cargo.lock generated
View File

@ -4402,7 +4402,7 @@ dependencies = [
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.25.2",
"winreg 0.50.0",
"winreg",
]
[[package]]
@ -6073,7 +6073,7 @@ dependencies = [
"tempfile",
"url 2.4.0",
"winapi 0.3.9",
"winreg 0.10.1",
"winreg",
]
[[package]]
@ -8888,15 +8888,6 @@ version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winreg"
version = "0.50.0"

View File

@ -403,7 +403,7 @@ url = "2.4.0"
users = "0.10.0"
wasm-bindgen = "0.2"
winapi = "0.3.8"
winreg = "0.10"
winreg = "0.50"
x509-parser = "0.14.0"
zeroize = { version = "1.3", default-features = false }
zstd = "0.11.2"