diff --git a/Cargo.toml b/Cargo.toml index 4d116b0..fd51037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "biobear" [dependencies] arrow = { version = "52.1.0", features = ["pyarrow"] } -datafusion = "40" +datafusion = "41" exon = { version = "0.30.0", features = ["default"] } pyo3 = "0.21.2" tokio = { version = "1", features = ["rt"] }