Skip to content

Commit

Permalink
Update asynchronous-codec requirement from 0.5 to 0.6 (#50)
Browse files Browse the repository at this point in the history
Updates the requirements on [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) to permit the latest version.
- [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)

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 Feb 4, 2021
1 parent 8984d36 commit 5b5a449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ asynchronous_codec = ["std", "bytes", "asynchronous-codec"]
bytes = { version = "1", optional = true }
futures-io = { version = "0.3.4", optional = true }
futures-util = { version = "0.3.4", features = ["io"], optional = true }
asynchronous-codec = { version = "0.5", optional = true }
asynchronous-codec = { version = "0.6", optional = true }
tokio-util = { version = "0.6", features = ["codec"], optional = true }
nom = { version = "6", optional = true }

Expand Down

0 comments on commit 5b5a449

Please sign in to comment.