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

Commit 342b7b1

Browse files
Bump unsigned-varint from 0.6.0 to 0.7.0
Bumps [unsigned-varint](https://github.com/paritytech/unsigned-varint) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/paritytech/unsigned-varint/releases) - [Changelog](https://github.com/paritytech/unsigned-varint/blob/master/CHANGELOG.md) - [Commits](paritytech/unsigned-varint@v0.6.0...v0.7.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebfb7f7 commit 342b7b1

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Cargo.lock

+1-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/network/Cargo.toml

+1-1
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)