Update Rust crate windows-registry to v0.5.1 (#12419)

This commit is contained in:
renovate[bot] 2025-03-25 01:56:42 +00:00 committed by GitHub
parent c5b6a0849e
commit c2eb32164d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

10
Cargo.lock generated
View File

@ -5532,7 +5532,7 @@ dependencies = [
"uv-trampoline-builder",
"uv-warnings",
"which",
"windows-registry 0.5.0",
"windows-registry 0.5.1",
"windows-result 0.3.2",
"windows-sys 0.59.0",
]
@ -5717,7 +5717,7 @@ dependencies = [
"tracing",
"uv-fs",
"uv-static",
"windows-registry 0.5.0",
"windows-registry 0.5.1",
"windows-result 0.3.2",
"windows-sys 0.59.0",
]
@ -6328,13 +6328,13 @@ dependencies = [
[[package]]
name = "windows-registry"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c44a98275e31bfd112bb06ba96c8ab13c03383a3753fdddd715406a1824c7e0"
checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
dependencies = [
"windows-link",
"windows-result 0.3.2",
"windows-strings 0.3.1",
"windows-strings 0.4.0",
]
[[package]]