build: remove regex dependency in favor of rust iterators

This commit is contained in:
Chance 2025-04-07 22:11:38 -04:00
parent 29f1cf68bf
commit 7c3fa95566
Signed by: caznix
GPG key ID: 489D213143D753FD
5 changed files with 90 additions and 75 deletions

View file

@ -13,7 +13,6 @@ chrono = "0.4.39"
colored = "3.0.0"
parking_lot.workspace = true
# TBR (if possible)
regex = "1.11.1"
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
thiserror = "2.0.11"
# Tokio is heavy but so far its the best option, we should make better use of it or switch to another runtime.