Skip to content

Commit

Permalink
chore(deps): update rust crate arrow to v53
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 6342a51 commit 8f06ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tokio-util = { version = "0.7" }
futures = "0.3"
csv = { version = "1.3", optional = true }
prost = { version= "0.13", optional = true }
arrow = { version = "52", features = ["ipc"], optional = true }
arrow = { version = "53", features = ["ipc"], optional = true }

[features]
default = []
Expand All @@ -54,7 +54,7 @@ tower-layer = "0.3"
tower-service = "0.3"
tokio = { version = "1", features = ["full"] }
prost = { version= "0.13", features = ["prost-derive"] }
arrow = { version = "52", features = ["ipc"] }
arrow = { version = "53", features = ["ipc"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3"}
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }
Expand Down

0 comments on commit 8f06ff3

Please sign in to comment.