Skip to content

Commit 33a7a15

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 8a9a0b2 commit 33a7a15

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
@@ -34,5 +34,5 @@ members = ["crates/fluss", "crates/examples", "bindings/python"]
3434
fluss = { version = "0.1.0", path = "./crates/fluss" }
3535
tokio = { version = "1.44.2", features = ["full"] }
3636
clap = { version = "4.5.37", features = ["derive"] }
37-
arrow = "55.1.0"
37+
arrow = "56.2.0"
3838
chrono = { version = "0.4", features = ["clock", "std", "wasmbind"] }

0 commit comments

Comments
 (0)