Skip to content

Commit

Permalink
Merge pull request #84 from autotwin/dependabot/cargo/clap-eq-4.5.18
Browse files Browse the repository at this point in the history
Update clap requirement from =4.5.17 to =4.5.18
  • Loading branch information
mrbuche authored Sep 24, 2024
2 parents 34c6422 + be14170 commit 578ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.1.6"
crate-type = ["cdylib", "rlib"]

[dependencies]
clap = { version = "=4.5.17", features = ["derive"] }
clap = { version = "=4.5.18", features = ["derive"] }
chrono = "=0.4.38"
itertools = {version = "=0.13.0"}
ndarray = {version = "=0.15"}
Expand Down

0 comments on commit 578ce05

Please sign in to comment.