Skip to content

Commit

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

Bump parquet from 54.1.0 to 54.2.0
  • Loading branch information
marvin-hansen authored Feb 18, 2025
2 parents b175385 + 5671f50 commit 5a5b923
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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.1.0"
parquet = "54.2.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 5a5b923

Please sign in to comment.