From fc368169d1512b593202b83277b53bead914c751 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Dec 2020 00:09:18 -0300 Subject: [PATCH] chore(deps) Update Rust crate dirs-next to v2 (#1066) Co-authored-by: Renovate Bot Co-authored-by: Lucas Nogueira --- cli/tauri-bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 9184c6b91..d8887abdd 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -20,7 +20,7 @@ edition = "2018" ar = "0.8.0" chrono = "0.4" clap = "^2" -dirs-next = "1.0.2" +dirs-next = "2.0.0" glob = "0.3.0" icns = "0.3" image = "0.23.12"