We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
regex
1 parent 133d2a2 commit 87c73fdCopy full SHA for 87c73fd
Cargo.toml
@@ -47,7 +47,6 @@ proc-macro2 = "1.0.56"
47
quote = "1.0.21"
48
r2d2 = "0.8.9"
49
rand = "0.8.3"
50
-regex = "1.6"
51
rust_decimal = "1.14"
52
serde = "1.0"
53
serde_json = "1.0"
crates/duckdb/Cargo.toml
@@ -67,7 +67,6 @@ num-integer = { workspace = true }
67
[dev-dependencies]
68
doc-comment = { workspace = true }
69
tempfile = { workspace = true }
70
-regex = { workspace = true }
71
uuid = { workspace = true, features = ["v4"] }
72
unicase = { workspace = true }
73
rand = { workspace = true }
0 commit comments