From 462711856b9e5253fb6dc6befadf69a45cce79be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 11:13:23 +0000 Subject: [PATCH] Update tokio requirement from 0.1.13 to 0.2.1 in /benchmarks Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.13...tokio-0.1.19) Signed-off-by: dependabot-preview[bot] --- benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 7423141..e25d113 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" spdk-rs = { path="../spdk-rs"} failure = "0.1.3" failure_derive = "" -tokio = { version = "0.1.13", features = ["async-await-preview"]} +tokio = { version = "0.2.1", features = ["async-await-preview"]} futures = "0.1.25" tokio-async-await = "0.1.4" toml = "0.4.10"