Skip to content

Commit cb16f1a

Browse files
committed
remove regex from stacks-common
1 parent 82fbfb1 commit cb16f1a

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
@@ -23,7 +23,6 @@ rand_chacha = "0.3.1"
2323
serde = "1"
2424
serde_derive = "1"
2525
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
26-
regex = "1"
2726
rusqlite = { version = "0.31.0", features = ["blob", "serde_json", "i128_blob", "bundled", "trace"] }
2827
tikv-jemallocator = "0.5.4"
2928
thiserror = "1.0.65"

stacks-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ slog-term = "2.6.0"
4141
slog-json = { version = "2.3.0", optional = true }
4242
chrono = "0.4.19"
4343
hashbrown = { workspace = true }
44-
regex = { workspace = true }
4544
rusqlite = { workspace = true, optional = true }
4645

4746
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)