From d99c14ee0bd0ac8b9446ea4c3655450d9b6a31c6 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 8 Jan 2025 17:10:13 +0100 Subject: [PATCH] result --- Cargo.lock | 2 +- plugins/deep-link/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"