Skip to content

Commit

Permalink
Bump unsigned-varint from 0.7.2 to 0.8.0 (#367)
Browse files Browse the repository at this point in the history
Bumps [unsigned-varint](/~https://github.com/paritytech/unsigned-varint) from 0.7.2 to 0.8.0.
- [Changelog](/~https://github.com/paritytech/unsigned-varint/blob/master/CHANGELOG.md)
- [Commits](paritytech/unsigned-varint@v0.7.2...v0.8.0)

---
updated-dependencies:
- dependency-name: unsigned-varint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 5ce8289 commit 674f408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ parking_lot = "0.12"
sha3 = "0.10"
time = { version = "0.3", features = ["formatting", "macros", "local-offset"] }
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "io-util", "net", "time"] }
unsigned-varint = { version = "0.7.2", features = ["futures", "asynchronous_codec"] }
unsigned-varint = { version = "0.8.0", features = ["futures", "asynchronous_codec"] }

0 comments on commit 674f408

Please sign in to comment.