From 34bed6ae24752eca2898bcafd7b6f6b9f92aac69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 09:06:58 +0000 Subject: [PATCH] chore(deps): update arrow-schema requirement from 38.0.0 to 39.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/38.0.0...38.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 bc1e4625a048..16bdc70c5b01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ rust-version = "1.64" arrow = { version = "38.0.0", features = ["prettyprint"] } arrow-flight = { version = "38.0.0", features = ["flight-sql-experimental"] } arrow-buffer = { version = "38.0.0", default-features = false } -arrow-schema = { version = "38.0.0", default-features = false } +arrow-schema = { version = "39.0.0", default-features = false } arrow-array = { version = "38.0.0", default-features = false, features = ["chrono-tz"] } parquet = { version = "38.0.0", features = ["arrow", "async", "object_store"] }