mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-04 04:01:33 +00:00
protocols/gossipsub/Cargo.toml: Update to regex
v1.5.5 (#2576)
See https://rustsec.org/advisories/RUSTSEC-2022-0013
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user