From 60e1715a12e9c7f20a267bc08fb35dd094e2adb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:48:20 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8925a57..c294c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -regex = "1.10.0" +regex = "1.10.1" serde_json = "1.0.107" clap = { version = "4.4.6", features = ["derive"] } unescaper = "0.1.2"