Skip to content

Commit

Permalink
deps: bump regex from 1.8.4 to 1.9.1
Browse files Browse the repository at this point in the history
Pull-Request: #4170.
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 185cb4a commit a6c4274
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 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.19"
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
regex = "1.8.3"
regex = "1.9.1"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.7"
smallvec = "1.6.1"
Expand Down

0 comments on commit a6c4274

Please sign in to comment.