Skip to content

Commit

Permalink
Bump clap from 4.0.17 to 4.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Oct 21, 2022
1 parent 238e926 commit f45dd06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
atty = { version = "0.2.14", optional = true }
clap = { version = "4.0.17", features = ["derive", "wrap_help"], optional = true }
clap = { version = "4.0.18", features = ["derive", "wrap_help"], optional = true }
itertools = "0.10.5"
lazy_static = "1.4.0"
ndarray = "0.15.6"
Expand Down

0 comments on commit f45dd06

Please sign in to comment.