From 9ef2f29cfe41013e238c40b0b8af9cda9a5287b0 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Fri, 28 Apr 2023 09:31:56 +0800 Subject: [PATCH] chore(driver): upgrade arrow-rs to 38.0.0 --- driver/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/driver/Cargo.toml b/driver/Cargo.toml index 8747ab8e9..f444d5d63 100644 --- a/driver/Cargo.toml +++ b/driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "databend-driver" -version = "0.2.21" +version = "0.2.22" edition = "2021" license = "Apache-2.0" description = "Databend Driver for Rust" @@ -30,11 +30,11 @@ tokio = { version = "1.27.0", features = ["macros"] } tokio-stream = "0.1.12" url = { version = "2.3.1", default-features = false } -arrow = { version = "37.0.0", optional = true } -arrow-array = { version = "37.0.0", optional = true } -arrow-cast = { version = "37.0.0", features = ["prettyprint"], optional = true } -arrow-flight = { version = "37.0.0", features = ["flight-sql-experimental"], optional = true } -arrow-schema = { version = "37.0.0", optional = true } +arrow = { version = "38.0.0", optional = true } +arrow-array = { version = "38.0.0", optional = true } +arrow-cast = { version = "38.0.0", features = ["prettyprint"], optional = true } +arrow-flight = { version = "38.0.0", features = ["flight-sql-experimental"], optional = true } +arrow-schema = { version = "38.0.0", optional = true } tonic = { version = "0.9.2", default-features = false, features = [ "transport", "codegen",