Skip to content

Commit

Permalink
Update Rust crate arrow to 53.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sqlynx-renovate[bot] authored and ankoh committed Oct 27, 2024
1 parent 2392038 commit dedfb0d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sqlynx-compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = "1.0.90"
prost = "0.13.3"

tokio = { version = "1.41.0", features = ["macros", "rt", "sync"] }
arrow = { version = "53.1.0", default-features = false, features = ["ipc"] }
arrow = { version = "53.2.0", default-features = false, features = ["ipc"] }

datafusion-common = { version = "42.1.0", default-features = false }
datafusion-expr = { version = "42.1.0", default-features = false }
Expand Down

0 comments on commit dedfb0d

Please sign in to comment.