From bbe056d0b1ce8ee4f067c91f7783a484c76eaff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 03:33:39 +0200 Subject: [PATCH] Bump tauri-plugin-window-state from `a10a3de` to `17f4680` in /src-tauri (#15) Bumps [tauri-plugin-window-state](https://github.com/tauri-apps/tauri-plugin-window-state) from `a10a3de` to `17f4680`. - [Release notes](https://github.com/tauri-apps/tauri-plugin-window-state/releases) - [Commits](https://github.com/tauri-apps/tauri-plugin-window-state/compare/a10a3defb4a5a82c62f2d06773979924a95b69e6...17f468062904e64bb3ebf5f1b7486883aaafa1cf) --- updated-dependencies: - dependency-name: tauri-plugin-window-state dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 c5b988a..9ec67f4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2745,7 +2745,7 @@ dependencies = [ [[package]] name = "tauri-plugin-window-state" version = "0.1.0" -source = "git+https://github.com/tauri-apps/tauri-plugin-window-state?branch=dev#a10a3defb4a5a82c62f2d06773979924a95b69e6" +source = "git+https://github.com/tauri-apps/tauri-plugin-window-state?branch=dev#17f468062904e64bb3ebf5f1b7486883aaafa1cf" dependencies = [ "bincode", "serde",