summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-15 22:35:01 +0100
committerGitHub <noreply@github.com>2024-01-15 22:35:01 +0100
commit7e3349d7c3993b395ca53837dc0fa8fc63a13704 (patch)
tree3d7ec0c4ad69ea158b562b3df42625baded141bf /Cargo.toml
parent1257fc6719caec595c14db0254b0b22280a37575 (diff)
downloadcandle-7e3349d7c3993b395ca53837dc0fa8fc63a13704.tar.gz
candle-7e3349d7c3993b395ca53837dc0fa8fc63a13704.tar.bz2
candle-7e3349d7c3993b395ca53837dc0fa8fc63a13704.zip
Update parquet requirement from 45.0.0 to 50.0.0 (#1592)
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/45.0.0...45.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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d68f425..6c73a79c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,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 = "45.0.0" }
+parquet = { version = "50.0.0" }
rand = "0.8.5"
rand_distr = "0.4.3"
rayon = "1.7.0"