Skip to content

Commit

Permalink
fix(deps): update rust crate arrow-ord to v53 (letsql#251)
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 Sep 6, 2024
1 parent 5db2ce6 commit a56d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-trait = "0.1"
arrow = ">=52.2.0, <54"
gbdt = { git = "https://github.com/letsql/gbdt-rs.git", rev = "8262de1d20ab6dc7c7e6778b243578d190fb6a62" }
parking_lot = { version = "0.12" }
arrow-ord = ">=52.2.0,<53"
arrow-ord = ">=52.2.0, <54"
datafusion-functions-aggregate = { version = ">=40.0.0,<42" }
arrow-schema = "52.2.0"
arrow_convert = "0.6.8"
Expand Down

0 comments on commit a56d011

Please sign in to comment.