Skip to content

Commit 9be0dc4

Browse files
Update arrow-schema requirement from 54 to 55
Updates the requirements on [arrow-schema](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@54.0.0...55.0.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 55.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c1861e commit 9be0dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rust-version = "1.80"
2929

3030
[dependencies]
3131
arrow = "54"
32-
arrow-schema = "54"
32+
arrow-schema = "55"
3333
async-trait = "0.1"
3434
dashmap = "6"
3535
datafusion = "46"

0 commit comments

Comments
 (0)