Skip to content

Commit 9993085

Browse files
Update parquet requirement from 57.1 to 58.1
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@57.1.0...58.1.0) --- updated-dependencies: - dependency-name: parquet dependency-version: 58.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53e6d63 commit 9993085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metropolis-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ log = "0.4"
4040
num-traits = "0.2"
4141
object-pool = "0.6"
4242
once_cell = "1.17"
43-
parquet = { version = "57.1", features = ["arrow", "json"] }
43+
parquet = { version = "58.1", features = ["arrow", "json"] }
4444
petgraph = { version = "0.8", default-features = false }
4545
polars = { version = "0.53.0", default-features = false, features = [
4646
"csv",

tch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hashbrown = { version = "0.16", features = ["rayon", "serde"] }
2828
indicatif = "0.18"
2929
log = "0.4"
3030
num-traits = "0.2"
31-
parquet = { version = "57.1", features = ["arrow", "json"] }
31+
parquet = { version = "58.1", features = ["arrow", "json"] }
3232
petgraph = { version = "0.8", default-features = false, features = ["serde-1"] }
3333
priority-queue = "2.0"
3434
object-pool = "0.6"

0 commit comments

Comments
 (0)