From 29a752de358f22f4b256facc3ac73174bf66d0e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 04:34:24 +0000 Subject: [PATCH] Update tokio requirement from 0.2.9 to 1.1.0 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.2.9...tokio-0.2.25) Signed-off-by: dependabot-preview[bot] --- foundationdb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundationdb/Cargo.toml b/foundationdb/Cargo.toml index a244ca0c..49114cf2 100644 --- a/foundationdb/Cargo.toml +++ b/foundationdb/Cargo.toml @@ -54,4 +54,4 @@ num-bigint = { version = "0.3.0", optional = true } byteorder = "1.3.2" lazy_static = "1.4.0" log = "0.4.8" -tokio = { version = "0.2.9", features = ["rt-core", "rt-threaded", "macros"] } +tokio = { version = "1.1.0", features = ["rt-core", "rt-threaded", "macros"] }