Bump winreg from 0.51.0 to 0.52.0 (#11102)

This commit is contained in:
dependabot[bot] 2023-11-20 19:35:21 +00:00 committed by GitHub
parent adfa4d00c0
commit f5b2f5a9ee
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

@ -6223,9 +6223,9 @@ dependencies = [
[[package]]
name = "winreg"
version = "0.51.0"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",

View File

@ -99,7 +99,7 @@ bracoxide = "0.1.2"
chardetng = "0.1.17"
[target.'cfg(windows)'.dependencies]
winreg = "0.51"
winreg = "0.52"
[target.'cfg(unix)'.dependencies]
libc = "0.2"