Skip to content

Commit

Permalink
build(deps): bump unsigned-varint from 0.7.2 to 0.8.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent ec1ba68 commit 86fddb2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
31 changes: 20 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio = { version = "1.26.0", features = ["rt", "net", "io-util", "time", "macro
tracing = { version = "0.1.40", features = ["log"] }
trust-dns-resolver = "0.23.2"
uint = "0.9.5"
unsigned-varint = { version = "0.7.2", features = ["codec"] }
unsigned-varint = { version = "0.8.0", features = ["codec"] }
url = "2.4.0"
webpki = "0.22.4"
x25519-dalek = "2.0.0"
Expand Down

0 comments on commit 86fddb2

Please sign in to comment.