Skip to content

Commit 0d9a07a

Browse files
authored
Merge branch 'main' into make-profitability-index-more-robust
2 parents 1f8a752 + e4bca6d commit 0d9a07a

File tree

2 files changed

+71
-61
lines changed

2 files changed

+71
-61
lines changed

Cargo.lock

Lines changed: 69 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ toml = "0.9.10"
2424
unicase = "2.8.1"
2525
fern = {version = "0.7.1", features = ["chrono", "colored"]}
2626
chrono = "0.4"
27-
clap = {version = "4.5.53", features = ["cargo", "derive"]}
27+
clap = {version = "4.5.54", features = ["cargo", "derive"]}
2828
include_dir = "0.7.4"
2929
highs = "2.0.0"
3030
indexmap = "2.12.1"
31-
human-panic = "2.0.5"
31+
human-panic = "2.0.6"
3232
clap-markdown = "0.1.5"
3333
platform-info = "2.0.5"
3434
derive_more = {version = "2.1", features = ["add", "display"]}

0 commit comments

Comments
 (0)