diff --git a/Cargo.lock b/Cargo.lock index f913320a..6ecc1b91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6547,7 +6547,7 @@ dependencies = [ "tracing", "url", "windows-registry 0.4.0", - "windows-result 0.2.0", + "windows-result 0.3.0", ] [[package]] diff --git a/plugins/deep-link/Cargo.toml b/plugins/deep-link/Cargo.toml index 71ae8d3e..b43b1dfa 100644 --- a/plugins/deep-link/Cargo.toml +++ b/plugins/deep-link/Cargo.toml @@ -39,7 +39,7 @@ url = { workspace = true } [target."cfg(windows)".dependencies] dunce = "1" windows-registry = "0.4" -windows-result = "0.2" +windows-result = "0.3" [target."cfg(target_os = \"linux\")".dependencies] rust-ini = "0.21"