Skip to content

Commit 5d0dba8

Browse files
fix(deps): update rust crate arrow to v58
1 parent 2d99075 commit 5d0dba8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio-stream = { version = "0.1" }
3131
futures = "0.3"
3232
csv = { version = "1.3", optional = true }
3333
prost = { version= "0.14", optional = true }
34-
arrow = { version = "57", features = ["ipc"], optional = true }
34+
arrow = { version = "58", features = ["ipc"], optional = true }
3535

3636
[features]
3737
default = []
@@ -46,7 +46,7 @@ axum = { version = "0.8" }
4646
reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "multipart"] }
4747
tokio = { version = "1", features = ["full"] }
4848
prost = { version= "0.14", features = ["derive"] }
49-
arrow = { version = "57", features = ["ipc"] }
49+
arrow = { version = "58", features = ["ipc"] }
5050
tracing-subscriber = { version = "0.3"}
5151
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }
5252

0 commit comments

Comments
 (0)