Skip to content

Commit 2483861

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) | `56.0.0` | `56.1.0` | | [arrow-buffer](https://github.com/apache/arrow-rs) | `56.0.0` | `56.1.0` | | [arrow-flight](https://github.com/apache/arrow-rs) | `56.0.0` | `56.1.0` | | [arrow-ipc](https://github.com/apache/arrow-rs) | `56.0.0` | `56.1.0` | | [arrow-ord](https://github.com/apache/arrow-rs) | `56.0.0` | `56.1.0` | | [arrow-schema](https://github.com/apache/arrow-rs) | `56.0.0` | `56.1.0` | | [parquet](https://github.com/apache/arrow-rs) | `56.0.0` | `56.1.0` | Updates `arrow` from 56.0.0 to 56.1.0 - [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@56.0.0...56.1.0) Updates `arrow-buffer` from 56.0.0 to 56.1.0 - [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@56.0.0...56.1.0) Updates `arrow-flight` from 56.0.0 to 56.1.0 - [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@56.0.0...56.1.0) Updates `arrow-ipc` from 56.0.0 to 56.1.0 - [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@56.0.0...56.1.0) Updates `arrow-ord` from 56.0.0 to 56.1.0 - [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@56.0.0...56.1.0) Updates `arrow-schema` from 56.0.0 to 56.1.0 - [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@56.0.0...56.1.0) Updates `parquet` from 56.0.0 to 56.1.0 - [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@56.0.0...56.1.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 56.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-buffer dependency-version: 56.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-flight dependency-version: 56.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-ipc dependency-version: 56.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-ord dependency-version: 56.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-schema dependency-version: 56.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: parquet dependency-version: 56.1.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 da3d90a commit 2483861

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

Cargo.lock

Lines changed: 35 additions & 34 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
@@ -90,12 +90,12 @@ ahash = { version = "0.8", default-features = false, features = [
9090
"runtime-rng",
9191
] }
9292
apache-avro = { version = "0.20", default-features = false }
93-
arrow = { version = "56.0.0", features = [
93+
arrow = { version = "56.1.0", features = [
9494
"prettyprint",
9595
"chrono-tz",
9696
] }
9797
arrow-buffer = { version = "56.0.0", default-features = false }
98-
arrow-flight = { version = "56.0.0", features = [
98+
arrow-flight = { version = "56.1.0", features = [
9999
"flight-sql-experimental",
100100
] }
101101
arrow-ipc = { version = "56.0.0", default-features = false, features = [
@@ -157,7 +157,7 @@ itertools = "0.14"
157157
log = "^0.4"
158158
object_store = { version = "0.12.3", default-features = false }
159159
parking_lot = "0.12"
160-
parquet = { version = "56.0.0", default-features = false, features = [
160+
parquet = { version = "56.1.0", default-features = false, features = [
161161
"arrow",
162162
"async",
163163
"object_store",

0 commit comments

Comments
 (0)