Skip to content

Commit 2047878

Browse files
fix(arrow-flight-server): update rust crate parquet to v57.3.0 (#39029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e526c8 commit 2047878

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

data-transport/arrow-flight/arrow-flight-server/Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-transport/arrow-flight/arrow-flight-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2024"
77
arrow-flight = "=57.2.0"
88
arrow = "=57.2.0"
99
futures-util = "=0.3.31"
10-
parquet = "=57.2.0"
10+
parquet = "=57.3.0"
1111
tokio = { version = "=1.49.0", features = ["full"] }
1212
tonic = "=0.14.3"

0 commit comments

Comments
 (0)