Skip to content

Commit

Permalink
chore(deps): update rust crate arrow to v52 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent d73a330 commit 50e5776
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.12", optional = true }
arrow = { version = "51", features = ["ipc"], optional = true }
arrow = { version = "52", 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.12", features = ["prost-derive"] }
arrow = { version = "51", features = ["ipc"] }
arrow = { version = "52", features = ["ipc"] }

[[example]]
name = "json-example"
Expand Down

0 comments on commit 50e5776

Please sign in to comment.