From d83c97a39a183aabe360f342e35b0883975c8067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 04:08:47 +0000 Subject: [PATCH] Update arrow-schema requirement from 43.0.0 to 46.0.0 Updates the requirements on [arrow-schema](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/43.0.0...43.0.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f32478970d2b..b7ccb34f392f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ arrow = { version = "43.0.0", features = ["prettyprint", "dyn_cmp_dict"] } arrow-array = { version = "43.0.0", default-features = false, features = ["chrono-tz"] } arrow-buffer = { version = "43.0.0", default-features = false } arrow-flight = { version = "43.0.0", features = ["flight-sql-experimental"] } -arrow-schema = { version = "43.0.0", default-features = false } +arrow-schema = { version = "46.0.0", default-features = false } parquet = { version = "43.0.0", features = ["arrow", "async", "object_store"] } sqlparser = { version = "0.36.1", features = ["visitor"] }