From 0642f176007e30d37b4adbc54d482a73edb2c488 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:21:16 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.9.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f31af4c..a6d5e8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,6 @@ words = ["regex"] [dependencies] serde_json = { version = "1.0.100", optional = true } -regex = { version = "1.9.1", optional = true } +regex = { version = "1.9.5", optional = true } unicode-normalization = { version = "0.1.22", optional = true } log = { version = "0.4.20", optional = true }