From 06dfc342bcde716c567dd796541771abce158972 Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Tue, 8 Mar 2022 18:06:45 +0100 Subject: [PATCH] fix: update regex --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a56445b58b1..9606a3befdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,11 +129,11 @@ atty = { version = "0.2", optional = true } termcolor = { version = "1.1.1", optional = true } terminal_size = { version = "0.1.12", optional = true } lazy_static = { version = "1", optional = true } -regex = { version = "1.0", optional = true } +regex = { version = "1.5.5", optional = true } backtrace = { version = "0.3", optional = true } [dev-dependencies] -regex = "1.0" +regex = "1.5.5" lazy_static = "1" criterion = "0.3.2" trybuild = "1.0.18"