Skip to content

Commit eccbee2

Browse files
Update arrow-schema requirement from 55.1.0 to 56.2.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@55.1.0...56.2.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 56.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a9a0b2 commit eccbee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fluss/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build = "src/build.rs"
2424

2525
[dependencies]
2626
arrow = { workspace = true }
27-
arrow-schema = "55.1.0"
27+
arrow-schema = "56.2.0"
2828
byteorder = "1.5"
2929
futures = "0.3"
3030
clap = { workspace = true }

0 commit comments

Comments
 (0)