Skip to content

Commit f66ce44

Browse files
committed
Bump tokio to 1.45
1 parent 5eef7d2 commit f66ce44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protoc = [ "datafusion-substrait/protoc" ]
3434
substrait = ["dep:datafusion-substrait"]
3535

3636
[dependencies]
37-
tokio = { version = "1.44", features = ["macros", "rt", "rt-multi-thread", "sync"] }
37+
tokio = { version = "1.45", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"] }
3939
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"]}
4040
arrow = { version = "55.0.0", features = ["pyarrow"] }

0 commit comments

Comments
 (0)