Skip to content

Commit 87c73fd

Browse files
Drop unused regex dependency
1 parent 133d2a2 commit 87c73fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ proc-macro2 = "1.0.56"
4747
quote = "1.0.21"
4848
r2d2 = "0.8.9"
4949
rand = "0.8.3"
50-
regex = "1.6"
5150
rust_decimal = "1.14"
5251
serde = "1.0"
5352
serde_json = "1.0"

crates/duckdb/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ num-integer = { workspace = true }
6767
[dev-dependencies]
6868
doc-comment = { workspace = true }
6969
tempfile = { workspace = true }
70-
regex = { workspace = true }
7170
uuid = { workspace = true, features = ["v4"] }
7271
unicase = { workspace = true }
7372
rand = { workspace = true }

0 commit comments

Comments
 (0)