Skip to content

Commit

Permalink
deps: bump regex from 1.7.1 to 1.7.3
Browse files Browse the repository at this point in the history
Pull-Request: #3687.
  • Loading branch information
dependabot[bot] committed Mar 29, 2023
1 parent 486ac8b commit be42f21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ smallvec = "1.6.1"
quick-protobuf = "0.8"
quick-protobuf-codec = { version = "0.1", path = "../../misc/quick-protobuf-codec" }
hex_fmt = "0.3.0"
regex = "1.5.5"
regex = "1.7.3"
serde = { version = "1", optional = true, features = ["derive"] }
thiserror = "1.0"
wasm-timer = "0.2.5"
Expand Down

0 comments on commit be42f21

Please sign in to comment.