From 4c4f6bc5902fb5efb41120469ca6e38b036e08c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:03:20 +0000 Subject: [PATCH] chore(deps): update rust crate regex to 1.10.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e6d07c..8343a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ license = "MIT" repository = "https://github.com/mihaigalos/url-parse" [dependencies] -regex = { version = "1.10.1", default-features = false, features = ["std"] } +regex = { version = "1.10.2", default-features = false, features = ["std"] }