From 8e926cf39a702664ceb6ac129d34aa799d4c869c Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Mon, 8 Apr 2024 08:36:42 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.10.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97835d9eb..dd708f1d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.60" [dependencies] camino = "1.1.6" libtest-mimic = "0.7.0" -regex = "1.9.6" +regex = "1.10.4" walkdir = "2.5.0" [[test]]