Skip to content

Commit 9e95962

Browse files
committed
Update cargo toml to latest deps
1 parent d7f1417 commit 9e95962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ members = ["crates/core", "crates/util", "examples/datafusion-ffi-example"]
3131
resolver = "3"
3232

3333
[workspace.dependencies]
34-
tokio = { version = "1.49" }
34+
tokio = { version = "1.50" }
3535
pyo3 = { version = "0.28" }
3636
pyo3-async-runtimes = { version = "0.28" }
3737
pyo3-log = "0.13.3"
@@ -50,7 +50,7 @@ datafusion-functions-window = { version = "53" }
5050
datafusion-expr = { version = "53" }
5151
prost = "0.14.3"
5252
serde_json = "1"
53-
uuid = { version = "1.21" }
53+
uuid = { version = "1.23" }
5454
mimalloc = { version = "0.1", default-features = false }
5555
async-trait = "0.1.89"
5656
futures = "0.3"

0 commit comments

Comments
 (0)