diff --git a/Cargo.toml b/Cargo.toml index 1f30627..fd3dcc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,10 +32,10 @@ rust-version = "1.73" all-features = true [dependencies] -arrow = { version = ">= 53.1.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] } +arrow = { version = "56.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] } bytemuck = { version = "1.22.0", features = ["must_cast"] } bytes = "1.10.1" -chrono = { version = ">= 0.4.37", default-features = false, features = ["std"] } +chrono = { version = "0.4.41", default-features = false, features = ["std"] } chrono-tz = "0.10" fallible-streaming-iterator = "0.1" flate2 = "1" @@ -68,8 +68,8 @@ clap = { version = "4.5.4", features = ["derive"], optional = true } opendal = { version = "0.53", optional = true, default-features = false } [dev-dependencies] -arrow-ipc = { version = "55.0.0", features = ["lz4"] } -arrow-json = "55.0.0" +arrow-ipc = { version = "56.0", features = ["lz4"] } +arrow-json = "56.0" criterion = { version = "0.5", default-features = false, features = ["async_tokio"] } opendal = { version = "0.53", default-features = false, features = ["services-memory"] } pretty_assertions = "1.3.0"