Skip to content

Commit fced46d

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 b359b49 commit fced46d

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
@@ -57,7 +57,7 @@ sp-runtime = { version = "5.0.0", path = "../../primitives/runtime" }
5757
sc-utils = { version = "4.0.0-dev", path = "../utils" }
5858
sp-finality-grandpa = { version = "4.0.0-dev", path = "../../primitives/finality-grandpa" }
5959
thiserror = "1.0"
60-
unsigned-varint = { version = "0.6.0", features = [
60+
unsigned-varint = { version = "0.7.0", features = [
6161
"futures",
6262
"asynchronous_codec",
6363
] }

0 commit comments

Comments
 (0)