regex: small cleanups

Just some small polishing. We also get rid of thread_local in favor of
using regex-automata, mostly just in the name of reducing dependencies.
(We should eventually be able to drop thread_local completely.)
This commit is contained in:
Andrew Gallant
2023-06-17 21:47:37 -04:00
parent a6dbff502f
commit a775b493fd
5 changed files with 62 additions and 51 deletions

View File

@@ -21,4 +21,3 @@ log = "0.4.5"
regex = "1.8.3"
regex-automata = { version = "0.3.0" }
regex-syntax = "0.7.2"
thread_local = "1.1.7"