Skip to content

Commit

Permalink
Update uint requirement from 0.8 to 0.9 (#1915)
Browse files Browse the repository at this point in the history
Updates the requirements on [uint](https://github.com/paritytech/parity-common) to permit the latest version.
- [Release notes](https://github.com/paritytech/parity-common/releases)
- [Commits](paritytech/parity-common@uint-v0.8.3...uint-v0.9.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2021
1 parent ec0f8a3 commit 7367927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = "0.7.2"
sha2 = "0.9.1"
smallvec = "1.0"
wasm-timer = "0.2"
uint = "0.8"
uint = "0.9"
unsigned-varint = { version = "0.6", features = ["asynchronous_codec"] }
void = "1.0"

Expand Down

0 comments on commit 7367927

Please sign in to comment.