mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Revert "Use common version of regex across workspace"
This reverts commit 7f74036465fbf1aec89b056363177c074b7ab978.
This commit is contained in:
@@ -34,7 +34,7 @@ tiny-keccak = "2.0.2"
|
|||||||
task_executor = { path = "../../common/task_executor" }
|
task_executor = { path = "../../common/task_executor" }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
directory = { path = "../../common/directory" }
|
directory = { path = "../../common/directory" }
|
||||||
regex = "1.5.4"
|
regex = "1.5.5"
|
||||||
strum = { version = "0.24.0", features = ["derive"] }
|
strum = { version = "0.24.0", features = ["derive"] }
|
||||||
superstruct = "0.5.0"
|
superstruct = "0.5.0"
|
||||||
prometheus-client = "0.16.0"
|
prometheus-client = "0.16.0"
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ serde_yaml = "0.8.13"
|
|||||||
slog = { version = "2.5.2", features = ["max_level_trace", "release_max_level_trace"] }
|
slog = { version = "2.5.2", features = ["max_level_trace", "release_max_level_trace"] }
|
||||||
types = { path = "../../consensus/types" }
|
types = { path = "../../consensus/types" }
|
||||||
validator_dir = { path = "../validator_dir" }
|
validator_dir = { path = "../validator_dir" }
|
||||||
regex = "1.5.4"
|
regex = "1.5.5"
|
||||||
rpassword = "5.0.0"
|
rpassword = "5.0.0"
|
||||||
directory = { path = "../directory" }
|
directory = { path = "../directory" }
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ git-version = "0.3.4"
|
|||||||
target_info = "0.1.0"
|
target_info = "0.1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
regex = "1.5.4"
|
regex = "1.5.5"
|
||||||
|
|||||||
@@ -19,5 +19,5 @@ lighthouse_metrics = { path = "../lighthouse_metrics" }
|
|||||||
slog = "2.5.2"
|
slog = "2.5.2"
|
||||||
store = { path = "../../beacon_node/store" }
|
store = { path = "../../beacon_node/store" }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
regex = "1.5.4"
|
regex = "1.5.5"
|
||||||
sensitive_url = { path = "../sensitive_url" }
|
sensitive_url = { path = "../sensitive_url" }
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ derivative = "2.1.1"
|
|||||||
rusqlite = { version = "0.25.3", features = ["bundled"], optional = true }
|
rusqlite = { version = "0.25.3", features = ["bundled"], optional = true }
|
||||||
arbitrary = { version = "1.0", features = ["derive"], optional = true }
|
arbitrary = { version = "1.0", features = ["derive"], optional = true }
|
||||||
eth2_serde_utils = "0.1.1"
|
eth2_serde_utils = "0.1.1"
|
||||||
regex = "1.5.4"
|
regex = "1.5.5"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
itertools = "0.10.0"
|
itertools = "0.10.0"
|
||||||
|
|||||||
@@ -25,6 +25,6 @@ tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros"] }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
regex = "1.5.4"
|
regex = "1.6.0"
|
||||||
eth2_network_config = { path = "../common/eth2_network_config" }
|
eth2_network_config = { path = "../common/eth2_network_config" }
|
||||||
validator_client = { path = "../validator_client" }
|
validator_client = { path = "../validator_client" }
|
||||||
|
|||||||
Reference in New Issue
Block a user