diff --git a/datatypes/Cargo.toml b/datatypes/Cargo.toml index 5e4513b43..3db289b91 100644 --- a/datatypes/Cargo.toml +++ b/datatypes/Cargo.toml @@ -14,7 +14,7 @@ postgres = ["postgres-types", "postgres-protocol"] pro = ["postgres"] [dependencies] -arrow = { version = "26.0", features = ["simd"] } +arrow = { version = "29.0", features = ["simd"] } async-trait = "0.1" chrono = "0.4" float-cmp = "0.9" diff --git a/operators/Cargo.toml b/operators/Cargo.toml index 8bdce6d89..dadc9fd33 100644 --- a/operators/Cargo.toml +++ b/operators/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" pro = ["geoengine-datatypes/pro"] [dependencies] -arrow = { version = "26.0", features = ["simd"] } +arrow = { version = "29.0", features = ["simd"] } async-trait = "0.1" chrono = "0.4" crossbeam = "0.8"