Skip to content

Commit 9221ca0

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) --- updated-dependencies: - dependency-name: unsigned-varint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6679dd commit 9221ca0

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

Cargo.lock

Lines changed: 1 addition & 13 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
@@ -56,7 +56,7 @@ sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
5656
sc-utils = { version = "4.0.0-dev", path = "../utils" }
5757
sp-finality-grandpa = { version = "4.0.0-dev", path = "../../primitives/finality-grandpa" }
5858
thiserror = "1.0"
59-
unsigned-varint = { version = "0.6.0", features = [
59+
unsigned-varint = { version = "0.7.0", features = [
6060
"futures",
6161
"asynchronous_codec",
6262
] }

0 commit comments

Comments
 (0)