Skip to content

Commit

Permalink
cargo: bump clap from 3.2.19 to 3.2.20
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.20.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.19...v3.2.20)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinvonz committed Sep 2, 2022
1 parent 468418f commit ff2e6c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -36,7 +36,7 @@ members = ["lib"]
[dependencies]
atty = "0.2.14"
chrono = { version = "0.4.20", default-features = false, features = ["std", "clock"] }
clap = { version = "3.2.19", features = ["derive"] }
clap = { version = "3.2.20", features = ["derive"] }
clap_complete = "3.2.4"
clap_mangen = "0.1"
config = { version = "0.13.2", features = ["toml"] }
Expand Down

0 comments on commit ff2e6c9

Please sign in to comment.