Skip to content

Commit

Permalink
protocols/gossipsub/Cargo.toml: Update to regex v1.5.5 (#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Mar 18, 2022
1 parent e771ab8 commit 7839e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ base64 = "0.13.0"
smallvec = "1.6.1"
prost = "0.9"
hex_fmt = "0.3.0"
regex = "1.4.0"
regex = "1.5.5"
serde = { version = "1", optional = true, features = ["derive"] }
wasm-timer = "0.2.5"
instant = "0.1.11"
Expand Down

0 comments on commit 7839e7b

Please sign in to comment.