Skip to content

Commit

Permalink
Merge pull request #144 from svenstaro/dependabot/cargo/clap-3.0.14
Browse files Browse the repository at this point in the history
Bump clap from 3.0.13 to 3.0.14
  • Loading branch information
svenstaro authored Feb 2, 2022
2 parents c38410a + 2163436 commit 98dd695
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 @@ -17,7 +17,7 @@ codegen-units = 1
panic = 'abort'

[dependencies]
clap = { version = "3.0.13", features = ["derive", "wrap_help"] }
clap = { version = "3.0.14", features = ["derive", "wrap_help"] }
actix-web = { version= "3", features = ["rustls"] }
simplelog = "0.11"
log = "0.4"
Expand Down

0 comments on commit 98dd695

Please sign in to comment.