Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 3.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2022
1 parent 26c7dc3 commit d777e74
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 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 apps/esteem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"

[dependencies]
esteem_core = { path = "../../libs/esteem_core" }
clap = { version = "3.0.4", features = ["cargo"] }
clap = { version = "3.2.16", features = ["cargo"] }
duct = "0.13.5"
env_logger = "0.9.0"
log = "0.4"
Expand Down

0 comments on commit d777e74

Please sign in to comment.