Skip to content

Commit a82244e

Browse files
chore(deps): bump the arrow-parquet group with 7 updates
Bumps the arrow-parquet group with 7 updates: | Package | From | To | | --- | --- | --- | | [arrow](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [arrow-buffer](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [arrow-flight](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [arrow-ipc](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [arrow-ord](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [arrow-schema](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [parquet](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | Updates `arrow` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `arrow-buffer` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `arrow-flight` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `arrow-ipc` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `arrow-ord` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `arrow-schema` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) Updates `parquet` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: arrow dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-buffer dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-flight dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-ipc dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-ord dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-schema dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: parquet dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6746007 commit a82244e

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

Cargo.lock

Lines changed: 41 additions & 41 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
@@ -91,12 +91,12 @@ ahash = { version = "0.8", default-features = false, features = [
9191
"runtime-rng",
9292
] }
9393
apache-avro = { version = "0.21", default-features = false }
94-
arrow = { version = "57.1.0", features = [
94+
arrow = { version = "57.2.0", features = [
9595
"prettyprint",
9696
"chrono-tz",
9797
] }
9898
arrow-buffer = { version = "57.1.0", default-features = false }
99-
arrow-flight = { version = "57.1.0", features = [
99+
arrow-flight = { version = "57.2.0", features = [
100100
"flight-sql-experimental",
101101
] }
102102
arrow-ipc = { version = "57.1.0", default-features = false, features = [
@@ -166,7 +166,7 @@ log = "^0.4"
166166
num-traits = { version = "0.2" }
167167
object_store = { version = "0.12.4", default-features = false }
168168
parking_lot = "0.12"
169-
parquet = { version = "57.1.0", default-features = false, features = [
169+
parquet = { version = "57.2.0", default-features = false, features = [
170170
"arrow",
171171
"async",
172172
"object_store",

0 commit comments

Comments
 (0)