From a3a4c0e69d858b10a4b67838b3ecdb06067cff31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 02:17:09 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.9.3 --- apps/gui/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/src-tauri/Cargo.toml b/apps/gui/src-tauri/Cargo.toml index 0ed25b4..cd6da1e 100644 --- a/apps/gui/src-tauri/Cargo.toml +++ b/apps/gui/src-tauri/Cargo.toml @@ -26,7 +26,7 @@ tauri = { version = "1.4", features = [ ] } discord-rich-presence = "0.2.3" directories = "5.0.1" -regex = "1.9.1" +regex = "1.9.3" sea-orm = { version = "0.12", features = ["sqlx-sqlite", "runtime-tokio"] } lazy_static = "1.4.0" async_once = "0.2.6"