protocols/gossipsub/Cargo.toml: Update to regex v1.5.5 (#2576)

See https://rustsec.org/advisories/RUSTSEC-2022-0013
This commit is contained in:
Max Inden
2022-03-18 17:13:27 +01:00
committed by GitHub
parent e771ab8659
commit 7839e7b362

View File

@ -26,7 +26,7 @@ base64 = "0.13.0"
smallvec = "1.6.1" smallvec = "1.6.1"
prost = "0.9" prost = "0.9"
hex_fmt = "0.3.0" hex_fmt = "0.3.0"
regex = "1.4.0" regex = "1.5.5"
serde = { version = "1", optional = true, features = ["derive"] } serde = { version = "1", optional = true, features = ["derive"] }
wasm-timer = "0.2.5" wasm-timer = "0.2.5"
instant = "0.1.11" instant = "0.1.11"