This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new b9ae8de2db chore(deps): update tokio requirement to 1.28 (#7324)
b9ae8de2db is described below
commit b9ae8de2db091101cbeaa18b520af2594816fd9f
Author: Jonah Gao <[email protected]>
AuthorDate: Fri Aug 18 16:01:49 2023 +0800
chore(deps): update tokio requirement to 1.28 (#7324)
---
datafusion/core/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index be72fdaf0b..913d3c84be 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"] }