Skip to content

Commit be71cdc

Browse files
fix(deps): update rust crate arrow to v54 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac739ea commit be71cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tokio-util = { version = "0.7" }
3434
futures = "0.3"
3535
csv = { version = "1.3", optional = true }
3636
prost = { version= "0.13", optional = true }
37-
arrow = { version = "53", features = ["ipc"], optional = true }
37+
arrow = { version = "54", features = ["ipc"], optional = true }
3838

3939
[features]
4040
default = []
@@ -54,7 +54,7 @@ tower-layer = "0.3"
5454
tower-service = "0.3"
5555
tokio = { version = "1", features = ["full"] }
5656
prost = { version= "0.13", features = ["prost-derive"] }
57-
arrow = { version = "53", features = ["ipc"] }
57+
arrow = { version = "54", features = ["ipc"] }
5858
tracing = "0.1"
5959
tracing-subscriber = { version = "0.3"}
6060
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }

0 commit comments

Comments
 (0)