Skip to content

Commit b116ca3

Browse files
chore(deps): bump the arrow-parquet group across 1 directory with 7 updates (#15593)
Bumps the arrow-parquet group with 3 updates in the / directory: [arrow](https://github.com/apache/arrow-rs), [arrow-flight](https://github.com/apache/arrow-rs) and [parquet](https://github.com/apache/arrow-rs). Updates `arrow` from 54.3.0 to 54.3.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.3.0...54.3.1) Updates `arrow-buffer` from 54.3.0 to 54.3.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.3.0...54.3.1) Updates `arrow-flight` from 54.3.0 to 54.3.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.3.0...54.3.1) Updates `arrow-ipc` from 54.3.0 to 54.3.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.3.0...54.3.1) Updates `arrow-ord` from 54.3.0 to 54.3.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.3.0...54.3.1) Updates `arrow-schema` from 54.3.0 to 54.3.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.3.0...54.3.1) Updates `parquet` from 54.3.0 to 54.3.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.3.0...54.3.1) --- updated-dependencies: - dependency-name: arrow dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-buffer dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-flight dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-ipc dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-ord dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-schema dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: parquet dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26adc8f commit b116ca3

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ ahash = { version = "0.8", default-features = false, features = [
8787
"runtime-rng",
8888
] }
8989
apache-avro = { version = "0.17", default-features = false }
90-
arrow = { version = "54.3.0", features = [
90+
arrow = { version = "54.3.1", features = [
9191
"prettyprint",
9292
"chrono-tz",
9393
] }
9494
arrow-buffer = { version = "54.3.0", default-features = false }
95-
arrow-flight = { version = "54.3.0", features = [
95+
arrow-flight = { version = "54.3.1", features = [
9696
"flight-sql-experimental",
9797
] }
9898
arrow-ipc = { version = "54.3.0", default-features = false, features = [
@@ -149,7 +149,7 @@ itertools = "0.14"
149149
log = "^0.4"
150150
object_store = { version = "0.11.0", default-features = false }
151151
parking_lot = "0.12"
152-
parquet = { version = "54.3.0", default-features = false, features = [
152+
parquet = { version = "54.3.1", default-features = false, features = [
153153
"arrow",
154154
"async",
155155
"object_store",

0 commit comments

Comments
 (0)