From 8f48eb13226c9d2742928208dfb68733cfd1c552 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 17:15:18 +0000 Subject: [PATCH] Update tokio requirement from 0.2.9 to 0.3.5 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/commits) 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..f6998f06 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 = "0.3.6", features = ["rt-core", "rt-threaded", "macros"] }