From 2dd3f141c53af5b79ffafecbe031b31d4ecf4206 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:17:39 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.11.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2751558..aae99f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ default-features = false features = ["runtime"] [dependencies.regex] -version = "1.10.6" +version = "1.11.0" default-features = false features = ["std"]