diff --git a/Cargo.toml b/Cargo.toml index cf08f80..3f452a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ random-string = "1.0" once_cell = "1.19" tokio = { version = "^1.36", features = ["rt-multi-thread"] } -datafusion = { version = "41.0", features = ["pyarrow"] } +datafusion = { version = "42.0", features = ["pyarrow"] } async-trait = { version = "0.1" } [dev-dependencies]