fix(deps): update rust crate windows-registry to 0.2 (v2) (#1515)

* fix(deps): update rust crate windows-registry to 0.2

* update windows-result

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-07-04 12:26:45 +02:00
committed by GitHub
parent 40ef9a818f
commit 4003bdada2
2 changed files with 64 additions and 44 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ url = { workspace = true }
[target."cfg(windows)".dependencies]
dunce = "1"
windows-registry = "0.1"
windows-result = "0.1"
windows-registry = "0.2"
windows-result = "0.2"
[target."cfg(target_os = \"linux\")".dependencies]
rust-ini = "0.21"