From 9dfa5ecea958b2a458515181b7e4f811220fe5c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:02:35 +0000 Subject: [PATCH] chore(deps): update rust crate windows to 0.62 --- plugins/opener/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/opener/Cargo.toml b/plugins/opener/Cargo.toml index bccbcec75c..8f97619e54 100644 --- a/plugins/opener/Cargo.toml +++ b/plugins/opener/Cargo.toml @@ -38,7 +38,7 @@ glob = { workspace = true } dunce = { workspace = true } [target."cfg(windows)".dependencies.windows] -version = "0.61" +version = "0.62" features = [ "Win32_Foundation", "Win32_UI_Shell_Common",