Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent b2c0cf7 commit abc9dae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
34 changes: 10 additions & 24 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 @@ -17,7 +17,7 @@ yaml = ["serde_yaml"]
async-stream = "0.3"
async-trait = "0.1"
atty = "0.2"
clap = { version = "4.3", features = ["derive", "wrap_help"] }
clap = { version = "4.4", features = ["derive", "wrap_help"] }
digest = "0.10.7"
futures = { version = "0.3", default-features = false, features = [] }
glob = "0.3"
Expand Down

0 comments on commit abc9dae

Please sign in to comment.