Skip to content

Commit

Permalink
Merge branch 'deepcausality-rs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-hansen authored Dec 30, 2024
2 parents 2dc8127 + e94d190 commit 6ab00d8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
57 changes: 28 additions & 29 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 6ab00d8

Please sign in to comment.