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