From 54deb3043c67399d0d925b97b2f9ff5f14f5734e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 05:29:58 +0000 Subject: [PATCH] chore(deps): update rust crate regex to 1.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f422555ef..622b3a7c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -311,7 +311,7 @@ rand = { version = "0.8", features = ["small_rng"] } rand_core = "0.6" rayon = "1.7" redox_syscall = "0.2" -regex = "1.7.3" +regex = "1.8.1" rstest = "0.17.0" rust-ini = "0.18.0" same-file = "1.0.6"