From 48ea20e0ee262e697ef9621b8d9f751d2ecfef54 Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Thu, 10 Mar 2022 14:44:08 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 663cd6b4..37c36add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ home = "^0.5" indexmap = { version = "^1", features = ["serde-1"] } ignore = "^0.4" log = "^0.4" -regex = "^1" +regex = "1.5.5" run_script = "^0.9" rust_info = "^0.3.1" semver = "^1.0"