diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-29 21:58:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 21:58:15 +0100 |
commit | 356a170ae92ea85411e605de1be2685b4c923358 (patch) | |
tree | 975a20e33438f1113806d9f4c5bfefe6d8fb9703 /Cargo.toml | |
parent | 7ecbc6d50b778f226e52029170c1696399fea51b (diff) | |
download | candle-356a170ae92ea85411e605de1be2685b4c923358.tar.gz candle-356a170ae92ea85411e605de1be2685b4c923358.tar.bz2 candle-356a170ae92ea85411e605de1be2685b4c923358.zip |
Update parquet requirement from 50.0.0 to 51.0.0 (#1867)
Updates the requirements on [parquet](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](https://github.com/apache/arrow-rs/compare/50.0.0...50.0.0)
---
updated-dependencies:
- dependency-name: parquet
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ log = "0.4" memmap2 = { version = "0.9.3", features = ["stable_deref_trait"] } num_cpus = "1.15.0" num-traits = "0.2.15" -parquet = { version = "50.0.0" } +parquet = { version = "51.0.0" } rand = "0.8.5" rand_distr = "0.4.3" rayon = "1.7.0" |