From 7fa3f1c00cdc0b83204d5b7710ce4faf2f22b588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 07:12:50 +0000 Subject: [PATCH] Bump tokio-util from 0.4.0 to 0.5.0 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits/tokio-util-0.5.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76a1443..1ca8a74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,11 +964,11 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24793699f4665ba0416ed287dc794fe6b11a4aa5e4e95b58624f45f6c46b97d4" +checksum = "73af76301319bcacf00d26d3c75534ef248dcad7ceaf36d93ec902453c3b1706" dependencies = [ - "bytes 0.5.6", + "bytes 0.6.0", "futures-core", "futures-io", "futures-sink", @@ -1050,7 +1050,7 @@ dependencies = [ "serde", "serde_json", "tokio 0.3.2", - "tokio-util 0.4.0", + "tokio-util 0.5.0", "toml", "warp", ] diff --git a/Cargo.toml b/Cargo.toml index 29f2ca8..957108f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serde = {version = "1.0", features = ["derive"]} bincode = "1.3" warp = {version = "0.2", default-features = false} tokio = {version = "0.3", features = ["macros", "io-util", "net", "time", "stream", "rt-multi-thread", "fs", "sync", "signal"]} -tokio-util = {version = "0.4", features = ["compat"]} +tokio-util = {version = "0.5", features = ["compat"]} binascii = "0.1" toml = "0.5" clap = "2.33"