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"] }