From 1cee748f2a3f983badd584c001561236ccdda86f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:28:21 +0000 Subject: [PATCH] Bump tauri-plugin-window-state Bumps the production-dependencies group in /src-tauri with 1 update: [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace). Updates `tauri-plugin-window-state` from `d7a388d` to `8df17e2` - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/d7a388d6d62bbde529b0b4168e2c273720b3c898...8df17e2192a62471cad35bb2035426d83d77b81f) --- updated-dependencies: - dependency-name: tauri-plugin-window-state dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- 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 052cf85..7a96db0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2812,7 +2812,7 @@ dependencies = [ [[package]] name = "tauri-plugin-window-state" version = "0.1.1" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#d7a388d6d62bbde529b0b4168e2c273720b3c898" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#8df17e2192a62471cad35bb2035426d83d77b81f" dependencies = [ "bincode", "bitflags 2.4.2",