Skip to content

Commit

Permalink
fix(arrow-flight-server): update rust crate parquet to v54.2.0 (#23966)
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 Feb 16, 2025
1 parent ce976ca commit 969f2d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data-distribution/arrow-flight/arrow-flight-server/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
arrow-flight = "=54.2.0"
arrow = "=54.1.0"
futures-util = "=0.3.31"
parquet = "=54.1.0"
parquet = "=54.2.0"
tokio = { version = "=1.43.0", features = ["full"] }
tonic = "=0.12.3"

Expand Down

0 comments on commit 969f2d9

Please sign in to comment.