From 299278a74b30ca3e71570d1a2b221ef2a55b2ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 03:34:02 +0200 Subject: [PATCH] Bump tauri-plugin-store from `9e3732e` to `9bd993a` in /src-tauri (#12) Bumps [tauri-plugin-store](https://github.com/tauri-apps/tauri-plugin-store) from `9e3732e` to `9bd993a`. - [Release notes](https://github.com/tauri-apps/tauri-plugin-store/releases) - [Commits](https://github.com/tauri-apps/tauri-plugin-store/compare/9e3732e0cf53b72ced6903583660cd7c5f756781...9bd993aa67766596638bbfd91e79a1bf8f632014) --- updated-dependencies: - dependency-name: tauri-plugin-store 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 dc31a83..d213811 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2733,7 +2733,7 @@ dependencies = [ [[package]] name = "tauri-plugin-store" version = "0.0.0" -source = "git+https://github.com/tauri-apps/tauri-plugin-store?branch=dev#9e3732e0cf53b72ced6903583660cd7c5f756781" +source = "git+https://github.com/tauri-apps/tauri-plugin-store?branch=dev#9bd993aa67766596638bbfd91e79a1bf8f632014" dependencies = [ "log", "serde",