From fb5e4d591c7149df590a330365fae55d2370962f Mon Sep 17 00:00:00 2001 From: sundyli <543950155@qq.com> Date: Thu, 1 Jun 2023 06:07:41 -0700 Subject: [PATCH] Bump arrow-rs to 40.0.0 (#1495) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e43f68c97..79651e5ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,10 +101,10 @@ odbc-api = { version = "0.36", optional = true } ahash = "0.8" # Support conversion to/from arrow-rs -arrow-buffer = { version = "39.0.0", optional = true } -arrow-schema = { version = "39.0.0", optional = true } -arrow-data = { version = "39.0.0", optional = true } -arrow-array = { version = "39.0.0", optional = true } +arrow-buffer = { version = "^40.0.0", optional = true } +arrow-schema = { version = "^40.0.0", optional = true } +arrow-data = { version = "^40.0.0", optional = true } +arrow-array = { version = "^40.0.0", optional = true } [target.wasm32-unknown-unknown.dependencies] getrandom = { version = "0.2", features = ["js"] }