Skip to content

Commit e450056

Browse files
update Arrow to 56.0.0 (#50)
* update Arrow to 56.0.0 * fix ci * Update orc_proto.proto * Update mod.rs * Update proto.rs
1 parent 738d0e1 commit e450056

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ rust-version = "1.73"
3232
all-features = true
3333

3434
[dependencies]
35-
arrow = { version = ">= 53.1.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] }
35+
arrow = { version = "56.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] }
3636
bytemuck = { version = "1.22.0", features = ["must_cast"] }
3737
bytes = "1.10.1"
38-
chrono = { version = ">= 0.4.37", default-features = false, features = ["std"] }
38+
chrono = { version = "0.4.41", default-features = false, features = ["std"] }
3939
chrono-tz = "0.10"
4040
fallible-streaming-iterator = "0.1"
4141
flate2 = "1"
@@ -68,8 +68,8 @@ clap = { version = "4.5.4", features = ["derive"], optional = true }
6868
opendal = { version = "0.53", optional = true, default-features = false }
6969

7070
[dev-dependencies]
71-
arrow-ipc = { version = "55.0.0", features = ["lz4"] }
72-
arrow-json = "55.0.0"
71+
arrow-ipc = { version = "56.0", features = ["lz4"] }
72+
arrow-json = "56.0"
7373
criterion = { version = "0.5", default-features = false, features = ["async_tokio"] }
7474
opendal = { version = "0.53", default-features = false, features = ["services-memory"] }
7575
pretty_assertions = "1.3.0"

0 commit comments

Comments
 (0)