From b7d115f363316693d7111f905e0ab91215253804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:38:21 +0000 Subject: [PATCH] fix(deps): update rust crate which to v5 --- backend/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 9e464e9933..6097f89ba0 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -16,7 +16,7 @@ simd-json = "0.13" [dependencies] warp = "0.3" -which = "4.4.2" +which = "5.0.0" anyhow = "1.0" dirs = "5.0.1" open = "5.0.1"