Skip to content

Commit aa24ef8

Browse files
chore(deps): bump the arrow-parquet group with 2 updates
Bumps the arrow-parquet group with 2 updates: [arrow-buffer](https://github.com/apache/arrow-rs) and [arrow-schema](https://github.com/apache/arrow-rs). Updates `arrow-buffer` from 54.2.1 to 54.3.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@54.2.1...54.3.0) Updates `arrow-schema` from 54.2.1 to 54.3.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@54.2.1...54.3.0) --- updated-dependencies: - dependency-name: arrow-buffer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet - dependency-name: arrow-schema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-parquet ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43ecd9b commit aa24ef8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ arrow = { version = "54.2.1", features = [
9090
"prettyprint",
9191
"chrono-tz",
9292
] }
93-
arrow-buffer = { version = "54.1.0", default-features = false }
93+
arrow-buffer = { version = "54.3.0", default-features = false }
9494
arrow-flight = { version = "54.2.1", features = [
9595
"flight-sql-experimental",
9696
] }
9797
arrow-ipc = { version = "54.2.0", default-features = false, features = [
9898
"lz4",
9999
] }
100100
arrow-ord = { version = "54.1.0", default-features = false }
101-
arrow-schema = { version = "54.1.0", default-features = false }
101+
arrow-schema = { version = "54.3.0", default-features = false }
102102
async-trait = "0.1.87"
103103
bigdecimal = "0.4.7"
104104
bytes = "1.10"

0 commit comments

Comments
 (0)