Skip to content

Commit 4003bda

Browse files
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 <[email protected]>
1 parent 40ef9a8 commit 4003bda

File tree

2 files changed

+64
-44
lines changed

2 files changed

+64
-44
lines changed

Cargo.lock

Lines changed: 62 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/deep-link/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ url = { workspace = true }
3131

3232
[target."cfg(windows)".dependencies]
3333
dunce = "1"
34-
windows-registry = "0.1"
35-
windows-result = "0.1"
34+
windows-registry = "0.2"
35+
windows-result = "0.2"
3636

3737
[target."cfg(target_os = \"linux\")".dependencies]
3838
rust-ini = "0.21"

0 commit comments

Comments
 (0)