Skip to content

Commit

Permalink
Update Rust crate clap to 4.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent 0925bfd commit a533006
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 36 deletions.
133 changes: 98 additions & 35 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 @@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.44"
async-recursion = "1.0.0"
clap = { version = "4.1.1", features = ["cargo"] }
clap = { version = "4.4.17", features = ["cargo"] }
console = { version = "0.15.0", default-features = false }
counter = "0.5.2"
futures = { version = "0.3.17", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit a533006

Please sign in to comment.