diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index be72fdaf0b35..913d3c84beef 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -88,7 +88,7 @@ rand = "0.8" smallvec = { version = "1.6", features = ["union"] } sqlparser = { workspace = true } tempfile = "3" -tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] } +tokio = { version = "1.28", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] } tokio-util = { version = "0.7.4", features = ["io"] } url = "2.2" uuid = { version = "1.0", features = ["v4"] }