Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2022
1 parent 8bedab1 commit 3585814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 packages/esteem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
edition = "2021"

[dependencies]
clap = { version = "3.0.4", features = ["derive", "cargo"] }
clap = { version = "3.0.13", features = ["derive", "cargo"] }
env_logger = "0.9.0"
indexmap = {version = "1.7.0", features = ["serde"] }
log = "0.4"
Expand Down

0 comments on commit 3585814

Please sign in to comment.