Skip to content

Commit ed1cd5f

Browse files
Update arrow requirement from 55.2.0 to 56.1.0
Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@55.2.0...56.1.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 56.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3026895 commit ed1cd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = ["arrow", "arrow-rs", "datafusion"]
2828
rust-version = "1.85.1"
2929

3030
[dependencies]
31-
arrow = "55.2.0"
31+
arrow = "56.1.0"
3232
arrow-schema = "55.2.0"
3333
async-trait = "0.1"
3434
dashmap = "6"

0 commit comments

Comments
 (0)