Skip to content

Commit

Permalink
deps: bump regex from 1.9.6 to 1.10.0
Browse files Browse the repository at this point in the history
Pull-Request: #4617.
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent e6be501 commit 5efcb8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -32,7 +32,7 @@ log = "0.4.20"
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
regex = "1.9.6"
regex = "1.10.0"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.8"
smallvec = "1.11.1"
Expand Down

0 comments on commit 5efcb8f

Please sign in to comment.