Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.3 (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 19, 2023
1 parent cf833f8 commit b2c0cf7
Showing 1 changed file with 1 addition and 1 deletion.
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.0", features = ["derive", "wrap_help"] }
clap = { version = "4.3", 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 b2c0cf7

Please sign in to comment.