Skip to content

Commit 9aa4ea7

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

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
@@ -30,7 +30,7 @@ rust-version = "1.85.1"
3030
[dependencies]
3131
aquamarine = "0.6.0"
3232
arrow = "56.0.0"
33-
arrow-schema = "56.0.0"
33+
arrow-schema = "57.0.0"
3434
async-trait = "0.1.89"
3535
dashmap = "6"
3636
datafusion = "50"

0 commit comments

Comments
 (0)