build(deps): bump clap from 2.33.0 to 2.33.1 (#1190)

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.0 to 2.33.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v2.33.1/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v2.33.0...v2.33.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-12 09:53:55 +02:00
committed by GitHub
parent b4ecc6b162
commit 5dcdba5135
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ tls-vendored = ["native-tls/vendored"]
[dependencies]
clap = "2.33.0"
clap = "2.33.1"
ansi_term = "0.12.1"
dirs = "2.0.2"
git2 = { version = "0.13.5", default-features = false, features = [] }