Skip to content

Commit

Permalink
deps: bump unsigned-varint from 0.7.1 to 0.7.2
Browse files Browse the repository at this point in the history
Pull-Request: #4480.
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent c5dc6d3 commit b08eb21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -36,7 +36,7 @@ regex = "1.9.5"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.7"
smallvec = "1.11.0"
unsigned-varint = { version = "0.7.0", features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec"] }
void = "1.0.2"

# Metrics dependencies
Expand Down

0 comments on commit b08eb21

Please sign in to comment.