Skip to content

Commit 85a78b8

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] <[email protected]>
1 parent fdb4e84 commit 85a78b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ arrow = { version = "54.2.1", features = [
9191
"prettyprint",
9292
"chrono-tz",
9393
] }
94-
arrow-buffer = { version = "54.1.0", default-features = false }
94+
arrow-buffer = { version = "54.3.0", default-features = false }
9595
arrow-flight = { version = "54.2.1", features = [
9696
"flight-sql-experimental",
9797
] }
9898
arrow-ipc = { version = "54.2.0", default-features = false, features = [
9999
"lz4",
100100
] }
101101
arrow-ord = { version = "54.1.0", default-features = false }
102-
arrow-schema = { version = "54.1.0", default-features = false }
102+
arrow-schema = { version = "54.3.0", default-features = false }
103103
async-trait = "0.1.88"
104104
bigdecimal = "0.4.7"
105105
bytes = "1.10"

0 commit comments

Comments
 (0)