From 6642562f731a19389e00d25be378db528f77bc48 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Thu, 12 Feb 2026 09:40:08 +0300 Subject: [PATCH] fix: remove duplicate regex dependency --- desktop/src-tauri/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 438283d..415746e 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -30,4 +30,3 @@ walkdir = "2" chrono = "0.4" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } regex = "1" -regex = "1"