We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eef7d2 commit f66ce44Copy full SHA for f66ce44
Cargo.toml
@@ -34,7 +34,7 @@ protoc = [ "datafusion-substrait/protoc" ]
34
substrait = ["dep:datafusion-substrait"]
35
36
[dependencies]
37
-tokio = { version = "1.44", features = ["macros", "rt", "rt-multi-thread", "sync"] }
+tokio = { version = "1.45", features = ["macros", "rt", "rt-multi-thread", "sync"] }
38
pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"] }
39
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"]}
40
arrow = { version = "55.0.0", features = ["pyarrow"] }
0 commit comments