Skip to content

Commit

Permalink
Merge pull request #186 from edomora97/dependabot/cargo/clap-4.4.6
Browse files Browse the repository at this point in the history
Bump clap from 4.2.7 to 4.4.6
  • Loading branch information
dp1 authored Oct 18, 2023
2 parents acb29cf + c9116c5 commit d42e3b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 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 @@ -49,7 +49,7 @@ task-maker-format = { path = "./task-maker-format" }
log = "0.4"
env_logger = "0.10"
# Argument parsing
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
clap_complete = "4.3"
num_cpus = "1.10"
# Better stacktraces for panics
Expand Down

0 comments on commit d42e3b1

Please sign in to comment.