Skip to content

Commit 19e7246

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

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
@@ -23,7 +23,7 @@ name = "fluss"
2323
build = "src/build.rs"
2424

2525
[dependencies]
26-
arrow = "55.1.0"
26+
arrow = "56.2.0"
2727
arrow-schema = "55.1.0"
2828
byteorder = "1.5"
2929
futures = "0.3"

0 commit comments

Comments
 (0)