diff --git a/Cargo.toml b/Cargo.toml index 54436ac..55085cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,5 @@ members = ["crates/fluss", "crates/examples", "bindings/python"] fluss = { version = "0.1.0", path = "./crates/fluss" } tokio = { version = "1.44.2", features = ["full"] } clap = { version = "4.5.37", features = ["derive"] } -arrow = "55.1.0" +arrow = "56.2.0" chrono = { version = "0.4", features = ["clock", "std", "wasmbind"] }