deps: drop thread_local, lazy_static and once_cell
This is largely made possible by the addition of std::sync::OnceLock to the standard library, and the memory pool available in regex-automata.
This commit is contained in:
@@ -37,7 +37,6 @@ features = ["std", "perf", "syntax", "meta", "nfa", "hybrid"]
|
||||
|
||||
[dev-dependencies]
|
||||
glob = "0.3.1"
|
||||
lazy_static = "1"
|
||||
serde_json = "1.0.107"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user