Fix version requirement for regex

This commit is contained in:
Martin Berg Alstad 2024-07-21 19:47:15 +02:00
parent 15de73dad4
commit 865cc6ddb9
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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 }

View File

@ -10,4 +10,4 @@ proc-macro = true
[dependencies]
syn = { workspace = true }
quote = { workspace = true }
regex = "1.10.5"
regex = "1.10"