Skip to content

Commit a1bba08

Browse files
chore(deps): bump the arrow-parquet group with 7 updates (apache#14930)
Bumps the arrow-parquet group with 7 updates: | Package | From | To | | --- | --- | --- | | [arrow](https://github.com/apache/arrow-rs) | `54.2.0` | `54.2.1` | | [arrow-buffer](https://github.com/apache/arrow-rs) | `54.2.0` | `54.2.1` | | [arrow-flight](https://github.com/apache/arrow-rs) | `54.2.0` | `54.2.1` | | [arrow-ipc](https://github.com/apache/arrow-rs) | `54.2.0` | `54.2.1` | | [arrow-ord](https://github.com/apache/arrow-rs) | `54.2.0` | `54.2.1` | | [arrow-schema](https://github.com/apache/arrow-rs) | `54.2.0` | `54.2.1` | | [parquet](https://github.com/apache/arrow-rs) | `54.2.0` | `54.2.1` | Updates `arrow` from 54.2.0 to 54.2.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.2.0...54.2.1) Updates `arrow-buffer` from 54.2.0 to 54.2.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.2.0...54.2.1) Updates `arrow-flight` from 54.2.0 to 54.2.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.2.0...54.2.1) Updates `arrow-ipc` from 54.2.0 to 54.2.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.2.0...54.2.1) Updates `arrow-ord` from 54.2.0 to 54.2.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.2.0...54.2.1) Updates `arrow-schema` from 54.2.0 to 54.2.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.2.0...54.2.1) Updates `parquet` from 54.2.0 to 54.2.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.2.0...54.2.1) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-buffer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-flight dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-ipc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-ord dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: arrow-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arrow-parquet - dependency-name: parquet 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 101389d commit a1bba08

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Cargo.lock

+32-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ version = "45.0.0"
8080
ahash = { version = "0.8", default-features = false, features = [
8181
"runtime-rng",
8282
] }
83-
arrow = { version = "54.2.0", features = [
83+
arrow = { version = "54.2.1", features = [
8484
"prettyprint",
8585
"chrono-tz",
8686
] }
8787
arrow-buffer = { version = "54.1.0", default-features = false }
88-
arrow-flight = { version = "54.2.0", features = [
88+
arrow-flight = { version = "54.2.1", features = [
8989
"flight-sql-experimental",
9090
] }
9191
arrow-ipc = { version = "54.2.0", default-features = false, features = [
@@ -137,7 +137,7 @@ itertools = "0.14"
137137
log = "^0.4"
138138
object_store = { version = "0.11.0", default-features = false }
139139
parking_lot = "0.12"
140-
parquet = { version = "54.2.0", default-features = false, features = [
140+
parquet = { version = "54.2.1", default-features = false, features = [
141141
"arrow",
142142
"async",
143143
"object_store",

0 commit comments

Comments
 (0)