From e2c77ada7a968a405fa87688aa01c0401d451849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:00:00 +0000 Subject: [PATCH] Update arrow-flight requirement from 48.0.0 to 49.0.0 Updates the requirements on [arrow-flight](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/48.0.1/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/48.0.0...48.0.1) --- updated-dependencies: - dependency-name: arrow-flight 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 1a2f4a84af38..b1fd4e91adda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ version = "32.0.0" arrow = { version = "48.0.0", features = ["prettyprint"] } arrow-array = { version = "48.0.0", default-features = false, features = ["chrono-tz"] } arrow-buffer = { version = "48.0.0", default-features = false } -arrow-flight = { version = "48.0.0", features = ["flight-sql-experimental"] } +arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] } arrow-schema = { version = "48.0.0", default-features = false } async-trait = "0.1.73" bigdecimal = "0.4.1"