Skip to content

Commit

Permalink
Update Rust crate clap to 4.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 0925bfd commit fefea36
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 36 deletions.
67 changes: 32 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.10", 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 fefea36

Please sign in to comment.