From 865cc6ddb90c2fed17a0312d7b6abd3eb582a162 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad <600878@stud.hvl.no> Date: Sun, 21 Jul 2024 19:47:15 +0200 Subject: [PATCH] Fix version requirement for regex --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/read_files/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d862f1c..3d41077 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lib" -version = "1.4.1-hotfix-hotfix" +version = "1.4.1-hotfix-hotfix-2" dependencies = [ "axum", "into-response-derive", diff --git a/Cargo.toml b/Cargo.toml index b8d600e..d607990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "emberal.github.io" [package] name = "lib" -version = "1.4.1-hotfix-hotfix" +version = "1.4.1-hotfix-hotfix-2" description = "A library with utilities and helper fuctions." edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/read_files/Cargo.toml b/crates/read_files/Cargo.toml index 6ee54fd..5335912 100644 --- a/crates/read_files/Cargo.toml +++ b/crates/read_files/Cargo.toml @@ -10,4 +10,4 @@ proc-macro = true [dependencies] syn = { workspace = true } quote = { workspace = true } -regex = "1.10.5" +regex = "1.10"