cargo audit updates (#3063)

## Issue Addressed
Closes #3008 and updates `regex` to solve https://rustsec.org/advisories/RUSTSEC-2022-0013
This commit is contained in:
Divma
2022-03-08 19:48:12 +00:00
parent 381d0ece3c
commit 527dfa4893
7 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ tiny-keccak = "2.0.2"
task_executor = { path = "../../common/task_executor" }
rand = "0.7.3"
directory = { path = "../../common/directory" }
regex = "1.3.9"
regex = "1.5.5"
strum = { version = "0.21.0", features = ["derive"] }
superstruct = "0.4.0"
prometheus-client = "0.15.0"