mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Revert "Use common version of regex across workspace"
This reverts commit 7f74036465fbf1aec89b056363177c074b7ab978.
This commit is contained in:
@@ -18,6 +18,6 @@ serde_yaml = "0.8.13"
|
||||
slog = { version = "2.5.2", features = ["max_level_trace", "release_max_level_trace"] }
|
||||
types = { path = "../../consensus/types" }
|
||||
validator_dir = { path = "../validator_dir" }
|
||||
regex = "1.5.4"
|
||||
regex = "1.5.5"
|
||||
rpassword = "5.0.0"
|
||||
directory = { path = "../directory" }
|
||||
|
||||
@@ -11,4 +11,4 @@ git-version = "0.3.4"
|
||||
target_info = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
regex = "1.5.4"
|
||||
regex = "1.5.5"
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user