Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 342b7b1

Browse files
1 parent ebfb7f7 commit 342b7b1

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Cargo.lock

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

client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sp-core = { version = "3.0.0", path = "../../primitives/core" }
5757
sp-runtime = { version = "3.0.0", path = "../../primitives/runtime" }
5858
sp-utils = { version = "3.0.0", path = "../../primitives/utils" }
5959
thiserror = "1"
60-
unsigned-varint = { version = "0.6.0", features = ["futures", "asynchronous_codec"] }
60+
unsigned-varint = { version = "0.7.0", features = ["futures", "asynchronous_codec"] }
6161
void = "1.0.2"
6262
wasm-timer = "0.2"
6363
zeroize = "1.2.0"

0 commit comments

Comments
 (0)