Revert "Use common version of regex across workspace"

This reverts commit 7f74036465fbf1aec89b056363177c074b7ab978.
This commit is contained in:
Paul Hauner
2022-08-25 12:19:08 +10:00
parent 89b233449c
commit e8da2810ee
8 changed files with 8 additions and 8 deletions

View File

@@ -19,5 +19,5 @@ lighthouse_metrics = { path = "../lighthouse_metrics" }
slog = "2.5.2"
store = { path = "../../beacon_node/store" }
lazy_static = "1.4.0"
regex = "1.5.4"
regex = "1.5.5"
sensitive_url = { path = "../sensitive_url" }