Skip to content

Commit

Permalink
Update bytes requirement from 0.4.12 to 0.5.3
Browse files Browse the repository at this point in the history
Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v0.4.12...v0.5.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jan 7, 2020
1 parent 7b91fbc commit 158a34c
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 @@ -13,7 +13,7 @@ categories = ["asynchronous"]
keywords = ["language-server", "lsp", "tower"]

[dependencies]
bytes = "0.4.12"
bytes = "0.5.3"
futures = "0.1.28"
jsonrpc-core = "14.0.5"
jsonrpc-derive = "14.0.5"
Expand Down

0 comments on commit 158a34c

Please sign in to comment.