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

@@ -19,5 +19,5 @@ lighthouse_metrics = { path = "../lighthouse_metrics" }
slog = "2.5.2"
store = { path = "../../beacon_node/store" }
lazy_static = "1.4.0"
regex = "1"
regex = "1.5.5"
sensitive_url = { path = "../sensitive_url" }