Skip to content

Commit 3d65776

Browse files
committed
Return back regex crate
1 parent 07c7408 commit 3d65776

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@ itertools = "0.14"
5959

6060
# Text processing
6161
pulldown-cmark = "0.13"
62+
regex = "1"
6263

6364
[dev-dependencies]
6465
insta = "1.26"
6566
wiremock = "0.6"
6667
base64 = "0.22"
6768
tracing-test = "0.2"
69+
regex = "1"
6870
parking_lot = "0.12"
6971
thread_local = "1"
7072
sqlparser = { version = "0.59", features = ["visitor"] }

0 commit comments

Comments
 (0)