From b3a0b64077878537016ac2657ec5b6bc53cc1870 Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Tue, 17 Jan 2023 16:30:58 -0800 Subject: [PATCH] upgrade arrow-rs to 31.0 (#438) --- rust/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d607c9db20..40b59fc12c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -24,13 +24,13 @@ categories = [ [dependencies] bytes = "1.3" -arrow-arith = "30.0" -arrow-array = "30.0" -arrow-buffer = "30.0" -arrow-cast = "30.0.0" -arrow-data = "30.0" -arrow-ord = "30.0" -arrow-schema = "30.0" +arrow-arith = "31.0" +arrow-array = "31.0" +arrow-buffer = "31.0" +arrow-cast = "31.0.0" +arrow-data = "31.0" +arrow-ord = "31.0" +arrow-schema = "31.0" async-recursion = "1.0" async-trait = "0.1.60" byteorder = "1.4.3"