Skip to content

Commit

Permalink
Update parquet requirement from 48 to 49
Browse files Browse the repository at this point in the history
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.md)
- [Commits](https://github.com/apache/arrow-rs/commits)

---
updated-dependencies:
- dependency-name: parquet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent f106c8c commit 0c127f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_causality/examples/ctx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deep_causality = "0.6.2"
# chrono default-features = false mitigates "RUSTSEC-2020-0071".
# See https://rustsec.org/advisories/RUSTSEC-2020-0071.html
chrono = { version = "0.4", default-features = false , features = ["serde", "clock"] }
parquet = "48"
parquet = "49"
petgraph = "0.6"
# default-features = false mitigates a warning of a yanked sub-sub dependency
rust_decimal = { version = "1.32", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit 0c127f9

Please sign in to comment.