Skip to content

Commit

Permalink
Merge pull request #42 from cailloumajor/renovate/clap-3.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate clap to 3.2.12
  • Loading branch information
cailloumajor authored Jul 18, 2022
2 parents 3796449 + 78ea8a3 commit 6e1ab33
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.58"
async-std = { version = "1.12.0", features = [ "attributes" ] }
clap = { version = "3.2.10", features = [ "deprecated", "derive", "env" ] }
clap = { version = "3.2.12", features = [ "deprecated", "derive", "env" ] }
lazy_static = "1.4.0"
mime = "0.3.16"
notify = "5.0.0-pre.15"
Expand Down

0 comments on commit 6e1ab33

Please sign in to comment.