diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-01 11:42:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 11:42:40 +0000 |
commit | 6202d101e11d222ab1d4e02416d7eb74a49a73ac (patch) | |
tree | 733a373cf800bcd3290ab99859b968f664210949 | |
parent | 2e3da454f7e55ffd5146058fff227fe3a3586051 (diff) | |
download | FlightCore-6202d101e11d222ab1d4e02416d7eb74a49a73ac.tar.gz FlightCore-6202d101e11d222ab1d4e02416d7eb74a49a73ac.zip |
chore: bump tauri-plugin-store from `4aeee08` to `fa8ee1d` in /src-tauridependabot/cargo/src-tauri/tauri-plugin-store-fa8ee1d
Bumps [tauri-plugin-store](https://github.com/tauri-apps/plugins-workspace) from `4aeee08` to `fa8ee1d`.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/4aeee08cde4cf8253b7b52c2204655ac8bb6769d...fa8ee1d4f2115bf1201cb4b4082d343476c01785)
---
updated-dependencies:
- dependency-name: tauri-plugin-store
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | src-tauri/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 14928ec6..db3f62d6 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4799,7 +4799,7 @@ dependencies = [ [[package]] name = "tauri-plugin-store" version = "0.0.0" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#4aeee08cde4cf8253b7b52c2204655ac8bb6769d" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#fa8ee1d4f2115bf1201cb4b4082d343476c01785" dependencies = [ "log", "serde", |