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

@@ -34,7 +34,7 @@ tiny-keccak = "2.0.2"
task_executor = { path = "../../common/task_executor" }
rand = "0.8.5"
directory = { path = "../../common/directory" }
regex = "1.5.5"
regex = "1.5.4"
strum = { version = "0.24.0", features = ["derive"] }
superstruct = "0.5.0"
prometheus-client = "0.16.0"