From be109241183750a787e4925dd39b0f4a13290e2b Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 5 Aug 2021 15:58:02 +0200 Subject: [PATCH] Be less specific for regex dep --- implementations/rust/preserves-schema/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/rust/preserves-schema/Cargo.toml b/implementations/rust/preserves-schema/Cargo.toml index 1e5c3b1..d0f597a 100644 --- a/implementations/rust/preserves-schema/Cargo.toml +++ b/implementations/rust/preserves-schema/Cargo.toml @@ -14,6 +14,6 @@ preserves = { path = "../preserves", version = "0.16.0" } convert_case = "0.4.0" glob = "0.3.0" lazy_static = "1.4.0" -regex = "1.5.4" +regex = "1.5" structopt = "0.3.14" thiserror = "1.0"