From 19e70af9fd69e4b6925f641a0695528ffc0347eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 04:38:54 +0000 Subject: [PATCH] Update tokio requirement from 0.2.9 to 0.3.3 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.23) 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 844407dc..329ea184 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.3", features = ["rt-core", "rt-threaded", "macros"] }