From 8c0e426be2d549ab8833410ade32f54df3f7569c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 16:37:40 +0330 Subject: [PATCH] Bump tauri-plugin-upload from `c5e8cd3` to `cd7549f` in /src-tauri (#85) Bumps [tauri-plugin-upload](https://github.com/tauri-apps/plugins-workspace) from `c5e8cd3` to `cd7549f`. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/c5e8cd31ec86ba7ddcd524f1377a5bf09229fb9e...cd7549f22e36294aa0561b45cf76af43fc8269c0) --- updated-dependencies: - dependency-name: tauri-plugin-upload dependency-type: direct:production ... 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 b82c564b..ded8c64c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "tauri-plugin-upload" version = "0.0.0" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#c5e8cd31ec86ba7ddcd524f1377a5bf09229fb9e" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#cd7549f22e36294aa0561b45cf76af43fc8269c0" dependencies = [ "futures-util", "log",