From a0ae8ed71bef6dff779f5ce0a37038b0b916e0ca Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Fri, 12 Apr 2024 16:34:25 +0900 Subject: [PATCH 1/2] Bump Arrow to 51 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62cdf61e..31f6fd24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ memchr = "2.3" uuid = { version = "1.0", optional = true } smallvec = "1.6.1" cast = { version = "0.3", features = ["std"] } -arrow = { version = "50", default-features = false, features = ["prettyprint", "ffi"] } +arrow = { version = "51", default-features = false, features = ["prettyprint", "ffi"] } rust_decimal = "1.14" strum = { version = "0.25", features = ["derive"] } r2d2 = { version = "0.8.9", optional = true } From 16e5be0059885334fd50ddef4d11e283b38893db Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Fri, 12 Apr 2024 16:41:20 +0900 Subject: [PATCH 2/2] Also bump for libduckdb-sys --- libduckdb-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libduckdb-sys/Cargo.toml b/libduckdb-sys/Cargo.toml index f407a1b1..bae62ded 100644 --- a/libduckdb-sys/Cargo.toml +++ b/libduckdb-sys/Cargo.toml @@ -39,4 +39,4 @@ serde_json = { version = "1.0" } tar = "0.4.38" [dev-dependencies] -arrow = { version = "49", default-features = false, features = ["ffi"] } +arrow = { version = "51", default-features = false, features = ["ffi"] }