From ef382b3d100505e7f3b88142d561e1f259e9848f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:35:55 +0000 Subject: [PATCH] chore(deps): bump tauri-plugin-fs in /src-tauri Bumps [tauri-plugin-fs](https://github.com/tauri-apps/plugins-workspace) from `8638740` to `f853774`. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/863874022349739c33e6e8fbc8a10449e79124bc...f8537741542875f7b1a3f7da189666a18ecc610b) --- updated-dependencies: - dependency-name: tauri-plugin-fs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1e46cec..9500c8a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6522,8 +6522,8 @@ dependencies = [ [[package]] name = "tauri-plugin-fs" -version = "2.0.0-beta.4" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#863874022349739c33e6e8fbc8a10449e79124bc" +version = "2.0.0-beta.6" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#f8537741542875f7b1a3f7da189666a18ecc610b" dependencies = [ "anyhow", "glob", @@ -6541,7 +6541,7 @@ dependencies = [ [[package]] name = "tauri-plugin-os" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#863874022349739c33e6e8fbc8a10449e79124bc" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#f8537741542875f7b1a3f7da189666a18ecc610b" dependencies = [ "gethostname", "log", @@ -6558,7 +6558,7 @@ dependencies = [ [[package]] name = "tauri-plugin-shell" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#863874022349739c33e6e8fbc8a10449e79124bc" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#f8537741542875f7b1a3f7da189666a18ecc610b" dependencies = [ "encoding_rs", "log", @@ -6576,8 +6576,8 @@ dependencies = [ [[package]] name = "tauri-plugin-single-instance" -version = "2.0.0-beta.5" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#863874022349739c33e6e8fbc8a10449e79124bc" +version = "2.0.0-beta.6" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#f8537741542875f7b1a3f7da189666a18ecc610b" dependencies = [ "log", "serde",