From a43f74af46f0995362ceb764421da4ae2e060131 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:42:56 +0200 Subject: chore: Set regex to correct version in Cargo.toml (#497) No clue how it happened but `Cargo.toml` and `Cargo.lock` do not agree on the version of `regex` --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/Cargo.toml') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bf18638a..d5830a84 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -37,7 +37,7 @@ libthermite = { version = "0.7.0-beta", features = ["proton"] } # zip stuff zip = "0.6.2" # Regex -regex = "1.6.0" +regex = "1.9" # Read out running application process names sysinfo = "0.29.7" # HTTP requests -- cgit v1.2.3