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

@@ -9,4 +9,4 @@ reqwest = { version = "0.11.0", features = ["json","stream"] }
sensitive_url = { path = "../../common/sensitive_url" }
eth2 = { path = "../../common/eth2" }
serde = { version = "1.0.116", features = ["derive"] }
serde_json = "1.0.58"
serde_json = "1.0.58"