Skip to content

Commit

Permalink
Merge pull request #121 from agourlay/dependabot/cargo/clap-4.0.29
Browse files Browse the repository at this point in the history
Bump clap from 4.0.28 to 4.0.29
  • Loading branch information
mergify[bot] authored Nov 30, 2022
2 parents 3115f94 + 87e4ea7 commit 46d1872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -14,7 +14,7 @@ tokio = { version = "1.22.0", features = ["rt-multi-thread", "fs", "macros"] }
tokio-retry = "0.3.0"
async-channel = "1.8.0"
chrono = "0.4.23"
clap = { version = "4.0.28", features = ["cargo"] }
clap = { version = "4.0.29", features = ["cargo"] }
indicatif = "0.17.2"
thiserror = "1.0.37"
rand = "0.8.5"

0 comments on commit 46d1872

Please sign in to comment.