From b00565f8cea6a17688c3a9cafd946572f2522317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:54:46 +0000 Subject: [PATCH] chore(deps): bump tauri-plugin-single-instance Bumps [tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace) from `f595684` to `f807d02`. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/f595684ba8425cefc093e733c465fdd1c5b91138...f807d02c08af0218dd1824a293efdb20ec54022e) --- updated-dependencies: - dependency-name: tauri-plugin-single-instance dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fc4281ba..ba35c7863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5174,7 +5174,7 @@ dependencies = [ [[package]] name = "tauri-plugin-single-instance" version = "0.0.0" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#f595684ba8425cefc093e733c465fdd1c5b91138" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#f807d02c08af0218dd1824a293efdb20ec54022e" dependencies = [ "log", "serde", @@ -5188,7 +5188,7 @@ dependencies = [ [[package]] name = "tauri-plugin-window-state" version = "0.1.0" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#f595684ba8425cefc093e733c465fdd1c5b91138" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#f807d02c08af0218dd1824a293efdb20ec54022e" dependencies = [ "bincode", "bitflags 2.4.0",