Skip to content

Commit e05b3eb

Browse files
build(deps): update parquet requirement in /test/cargo-fuzz
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.0.0...59.2.0) --- updated-dependencies: - dependency-name: parquet dependency-version: 59.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60fd09b commit e05b3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ opentelemetry_sdk = { version = "0.32.1", features = ["experimental_trace_batch_
434434
ordered-float = { version = "5.1.0", features = ["serde"] }
435435
os_info = "3.11.0"
436436
owo-colors = "4.3.0"
437-
parquet = { version = "57", default-features = false, features = ["arrow", "async", "brotli", "flate2", "flate2-zlib-rs", "lz4", "snap", "zstd"] }
437+
parquet = { version = "59", default-features = false, features = ["arrow", "async", "brotli", "flate2", "flate2-zlib-rs", "lz4", "snap", "zstd"] }
438438
paste = "1.0.15"
439439
pem = "3.0.6"
440440
phf = { version = "0.13.1", features = ["uncased"] }

0 commit comments

Comments
 (0)