From daef6087950b04c31708ac371fc3a37ee9165c2d Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Wed, 2 Oct 2024 03:49:37 +0200 Subject: [PATCH] Increase regex version constraint compatibility Signed-off-by: kpcyrd --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82986bfd9e..8f4d5fd374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ derive_builder = "0.20.0" getset = "0.1.1" strum = "0.26.2" strum_macros = "0.26.2" -regex = "~1.10.5" +regex = "1" [dev-dependencies] tempfile = "3.2.0"