From ebb2a80a51341eb865a272748636d3677d659b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:42:04 +0000 Subject: [PATCH] Update arrow-buffer requirement from 52.2.0 to 53.0.0 Updates the requirements on [arrow-buffer](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/52.2.0...52.2.0) --- updated-dependencies: - dependency-name: arrow-buffer 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 877cead936734..bc041f9088d92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ arrow = { version = "52.2.0", features = [ arrow-array = { version = "52.2.0", default-features = false, features = [ "chrono-tz", ] } -arrow-buffer = { version = "52.2.0", default-features = false } +arrow-buffer = { version = "53.0.0", default-features = false } arrow-flight = { version = "52.2.0", features = [ "flight-sql-experimental", ] }