From fe2356f6a22b479419181088ca319e0d16d1984e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 15:41:42 -0200 Subject: [PATCH] Bump tauri-plugin-window-state from `5a6abd3` to `dce0f02` in /src-tauri (#54) Bumps [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) from `5a6abd3` to `dce0f02`. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/5a6abd3203dc94c38f96d0c4bf7ecbef399f8c25...dce0f02bc571128308c30278cde3233f341e6a50) --- updated-dependencies: - dependency-name: tauri-plugin-window-state dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src-tauri/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index bc0ea73..ddab332 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "tauri-plugin-window-state" version = "0.1.0" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#5a6abd3203dc94c38f96d0c4bf7ecbef399f8c25" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#dce0f02bc571128308c30278cde3233f341e6a50" dependencies = [ "bincode", "bitflags 2.0.2",