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"