Skip to content

Commit a9087f5

Browse files
chore(deps): bump parquet from 56.2.0 to 58.1.0
Bumps [parquet](https://github.com/apache/arrow-rs) from 56.2.0 to 58.1.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/58.1.0/CHANGELOG.md) - [Commits](apache/arrow-rs@56.2.0...58.1.0) --- updated-dependencies: - dependency-name: parquet dependency-version: 58.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1a56fe commit a9087f5

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

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

lib/codecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "tests/bin/generate-avro-fixtures.rs"
1515
[dependencies]
1616
apache-avro = { version = "0.20.0", default-features = false }
1717
arrow = { version = "56.2.0", default-features = false, features = ["ipc", "json"], optional = true }
18-
parquet = { version = "56.2.0", default-features = false, features = [
18+
parquet = { version = "58.1.0", default-features = false, features = [
1919
"arrow",
2020
"snap",
2121
"zstd",

0 commit comments

Comments
 (0)