From 94194e019c46ca49c343086e80e8eb75c52f4bc6 Mon Sep 17 00:00:00 2001 From: ThetaBot Date: Sun, 27 Oct 2024 00:37:47 +0000 Subject: [PATCH] chore(deps): update rust crate fancy-regex to 0.14.0 (#14) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 576f1e9..6da8a38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ quick-js-dtp = { version = "0.4.1", default-features = false, features = [ ] } once_cell = "1.12.0" regex = "1.6.0" -fancy-regex = "0.13.0" +fancy-regex = "0.14.0" thiserror = "1.0.0" url = "2.2.0" reqwest = { version = "0.12.0", default-features = false }