Skip to content

Commit

Permalink
Bump asynchronous-codec from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/mxinden/asynchronous-codec/releases)
- [Changelog](https://github.com/mxinden/asynchronous-codec/blob/master/CHANGELOG.md)
- [Commits](mxinden/asynchronous-codec@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: asynchronous-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2022
1 parent 7092504 commit 4cbe095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fnv = "1.0.6"
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
futures = "0.3.9"
futures-timer = "3.0.2"
asynchronous-codec = "0.5"
asynchronous-codec = "0.6"
hex = "0.4.0"
ip_network = "0.4.1"
linked-hash-map = "0.5.4"
Expand Down

0 comments on commit 4cbe095

Please sign in to comment.