From 4560126bdf2004b93bc0a859c9390d9ce1d091b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:15:19 +0000 Subject: [PATCH] Update arrow-flight requirement from ~48.0.1 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.1...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 7294c934b72be..af8ae1c639894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ version = "33.0.0" arrow = { version = "~48.0.1", features = ["prettyprint"] } arrow-array = { version = "~48.0.1", default-features = false, features = ["chrono-tz"] } arrow-buffer = { version = "~48.0.1", default-features = false } -arrow-flight = { version = "~48.0.1", features = ["flight-sql-experimental"] } +arrow-flight = { version = "~49.0.0", features = ["flight-sql-experimental"] } arrow-ord = { version = "~48.0.1", default-features = false } arrow-schema = { version = "~48.0.1", default-features = false } async-trait = "0.1.73"