Skip to content

Commit ab32fef

Browse files
authored
feat: update arrow to 58 (#80)
1 parent e8a9168 commit ab32fef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

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

3434
[dependencies]
35-
arrow = { version = "57.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] }
35+
arrow = { version = "58.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] }
3636
bytemuck = { version = "1.22.0", features = ["must_cast"] }
3737
bytes = "1.10.1"
3838
chrono = { version = "0.4.41", default-features = false, features = ["std"] }
@@ -71,8 +71,8 @@ serde_json = { version = "1.0", default-features = false, features = ["std"], op
7171
opendal = { version = "0.53", optional = true, default-features = false }
7272

7373
[dev-dependencies]
74-
arrow-ipc = { version = "57.0", features = ["lz4"] }
75-
arrow-json = "57.0"
74+
arrow-ipc = { version = "58.0", features = ["lz4"] }
75+
arrow-json = "58.0"
7676
criterion = { version = "0.5", default-features = false, features = ["async_tokio"] }
7777
opendal = { version = "0.53", default-features = false, features = ["services-memory"] }
7878
pretty_assertions = "1.3.0"

0 commit comments

Comments
 (0)