Skip to content

Commit 35db6a7

Browse files
Update arrow requirement from 56.0.0 to 57.0.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@56.0.0...57.0.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 57.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec7e88a commit 35db6a7

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
@@ -29,7 +29,7 @@ rust-version = "1.85.1"
2929

3030
[dependencies]
3131
aquamarine = "0.6.0"
32-
arrow = "56.0.0"
32+
arrow = "57.0.0"
3333
arrow-schema = "56.0.0"
3434
async-trait = "0.1.89"
3535
dashmap = "6"

0 commit comments

Comments
 (0)