From 1242bf9fcd0decfa9285d8454ce5c2b418d76814 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:06:14 +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 fedd456e178..9bcba36843f 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"