From 67799db974a08f1168a66bf614b7e2d42019cf0f Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Tue, 17 Sep 2024 21:21:11 +0900 Subject: [PATCH] Upgrade arrow-rs to 53 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65dbf60d..402b8f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,4 +61,4 @@ unicase = "2.6.0" url = "2.1" uuid = "1.0" vcpkg = "0.2" -arrow = { version = "52", default-features = false } +arrow = { version = "53", default-features = false }