Skip to content

Commit

Permalink
chore(deps): bump clap to v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Feb 16, 2024
1 parent 9f5b8cf commit a3db74e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -9,7 +9,7 @@ edition = "2021"
include = ["src/**/*", "LICENSE-*", "*.md"]

[dependencies]
clap = { version = "~4.4", features = ["derive", "std", "help"], default-features = false }
clap = { version = "~4.5", features = ["derive", "std", "help"], default-features = false }
git2 = { version = "~0.18", features = ["ssh", "https"], default-features = false }
auth-git2 = "~0.5"
console = "~0.15"
Expand Down

0 comments on commit a3db74e

Please sign in to comment.