From c898cd84dea400c237e420022854eb5254303a3c Mon Sep 17 00:00:00 2001 From: yuankunzhang Date: Sat, 27 Sep 2025 20:10:25 +0800 Subject: [PATCH] chore: remove regex crate as dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 876e9dd..a1cfc7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,6 @@ version = "0.13.0" dependencies = [ "jiff", "num-traits", - "regex", "rstest", "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index f9ea0dc..5a8ef3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ readme = "README.md" rust-version = "1.71.1" [dependencies] -regex = "1.10.4" winnow = "0.7.10" num-traits = "0.2.19" jiff = { version = "0.2.15", default-features = false, features = ["tz-system", "tzdb-bundle-platform", "tzdb-zoneinfo"] }