From 1b96632ae18958ce90e8328ca6871583e1cdacbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 04:41:17 +0000 Subject: [PATCH] Update arrow requirement from 46.0.0 to 47.0.0 Updates the requirements on [arrow](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/46.0.0...46.0.0) --- updated-dependencies: - dependency-name: arrow 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 f8e46de5e..a1396e101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ members = [ resolver = "2" [workspace.dependencies] -arrow = { version = "46.0.0" } +arrow = { version = "47.0.0" } arrow-flight = { version = "46.0.0", features = ["flight-sql-experimental"] } arrow-schema = { version = "46.0.0", default-features = false } configure_me = { version = "0.4.0" }