From f00b247a547a7abb05f80037780b1de7b339cba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:34:33 +0000 Subject: [PATCH] Update windows-collections requirement from 0.2 to 0.3 --- updated-dependencies: - dependency-name: windows-collections dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 844c939..9395f6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ windows = { version = "0.61", features = [ "Services_Store", "System", ] } -windows-collections = "0.2" +windows-collections = "0.3" [build-dependencies] tauri-plugin = { version = "2.3.0", features = ["build"] }