Skip to content

Commit b08eb21

Browse files
deps: bump unsigned-varint from 0.7.1 to 0.7.2
Pull-Request: #4480.
1 parent c5dc6d3 commit b08eb21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ regex = "1.9.5"
3636
serde = { version = "1", optional = true, features = ["derive"] }
3737
sha2 = "0.10.7"
3838
smallvec = "1.11.0"
39-
unsigned-varint = { version = "0.7.0", features = ["asynchronous_codec"] }
39+
unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec"] }
4040
void = "1.0.2"
4141

4242
# Metrics dependencies

0 commit comments

Comments
 (0)