Skip to content

Commit

Permalink
build(deps): bump asynchronous-codec from 0.6.1 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) from 0.6.1 to 0.7.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.6.1...v0.7.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 May 20, 2024
1 parent e23ee28 commit 23bf34a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
31 changes: 22 additions & 9 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 @@ -62,7 +62,7 @@ default-features = false
features = ["dangerous_configuration"] # Must enable this to allow for custom verification code.

[dev-dependencies]
asynchronous-codec = "0.6.1"
asynchronous-codec = "0.7.0"
libp2p = { version = "0.51.4", features = [
"tokio",
"dns",
Expand Down

0 comments on commit 23bf34a

Please sign in to comment.