Use common version of regex across workspace

This commit is contained in:
Paul Hauner
2022-08-25 12:10:21 +10:00
parent e5476cd6b7
commit 89b233449c
8 changed files with 8 additions and 8 deletions

View File

@@ -25,6 +25,6 @@ tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros"] }
[dev-dependencies]
tempfile = "3.1.0"
regex = "1.6.0"
regex = "1.5.4"
eth2_network_config = { path = "../common/eth2_network_config" }
validator_client = { path = "../validator_client" }