From 158a34c83c0b3f859cec64c4934cd8763563b906 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 05:49:58 +0000 Subject: [PATCH] Update bytes requirement from 0.4.12 to 0.5.3 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](https://github.com/tokio-rs/bytes/compare/v0.4.12...v0.5.3) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eefbcb3f..76afe000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"