Skip to content

Commit

Permalink
Bump parquet from 53.3.0 to 54.0.0
Browse files Browse the repository at this point in the history
Bumps [parquet](https://github.com/apache/arrow-rs) from 53.3.0 to 54.0.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...54.0.0)

---
updated-dependencies:
- dependency-name: parquet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 8f489bc commit 6e519a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
33 changes: 16 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "53.3.0"
parquet = "54.0.0"
petgraph = "0.6"
# default-features = false mitigates a warning of a yanked sub-sub dependency
rust_decimal = { version = "1", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit 6e519a2

Please sign in to comment.