Skip to content

Commit a2e020c

Browse files
build(deps): Update parquet requirement from 54.0.0 to 56.2.0
Updates the requirements on [parquet](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@54.0.0...56.2.0) --- updated-dependencies: - dependency-name: parquet dependency-version: 56.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7538daf commit a2e020c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ twox-hash = "2.0"
2828
serde_json = "1.0.117"
2929
arrow = "54.2.1"
3030
schemars = "0.8"
31-
parquet = { version = "54.0.0", features = ["arrow"] }
31+
parquet = { version = "56.2.0", features = ["arrow"] }
3232
gix = { version = "0.66", features = ["blocking-network-client"], optional = true }
3333
clap = { version = "4.0", features = ["derive"], optional = true }
3434
lru = { version = "0.16", optional = true }

0 commit comments

Comments
 (0)