Bump winreg from 0.50.0 to 0.51.0 (#10209)

This commit is contained in:
dependabot[bot] 2023-09-04 21:05:00 +00:00 committed by GitHub
parent 278bf7ffa9
commit aeeb5dd405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"