Skip to content

Commit

Permalink
Merge pull request #179 from deepcausality-rs/dependabot/cargo/parque…
Browse files Browse the repository at this point in the history
…t-54.1.0

Bump parquet from 54.0.0 to 54.1.0
  • Loading branch information
marvin-hansen authored Feb 4, 2025
2 parents e1ed05e + 48227f6 commit b175385
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
43 changes: 25 additions & 18 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 = "54.0.0"
parquet = "54.1.0"
petgraph = "0.7"
# 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 b175385

Please sign in to comment.