From d3a8c9d8944fcf1fbdc7f1688233ce972d3428cf Mon Sep 17 00:00:00 2001 From: Martin Garton Date: Wed, 19 Nov 2025 11:37:54 +0000 Subject: [PATCH] Upgrade to arrow 57 Upgrade the version of arrow from 56 to 57. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6c25ce2..3c62dc99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ duckdb = { version = "=1.4.2", path = "crates/duckdb" } duckdb-loadable-macros = { version = "=0.1.12", path = "crates/duckdb-loadable-macros" } libduckdb-sys = { version = "=1.4.2", path = "crates/libduckdb-sys" } -arrow = { version = "56", default-features = false } +arrow = { version = "57", default-features = false } bindgen = { version = "0.71.1", default-features = false } calamine = "0.28.0" cast = "0.3"