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

@@ -39,7 +39,7 @@ derivative = "2.1.1"
rusqlite = { version = "0.25.3", features = ["bundled"], optional = true }
arbitrary = { version = "1.0", features = ["derive"], optional = true }
eth2_serde_utils = "0.1.1"
regex = "1.3.9"
regex = "1.5.5"
lazy_static = "1.4.0"
parking_lot = "0.11.1"
itertools = "0.10.0"