build(deps): bump clap from 2.27.1 to 2.33.0

Bumps [clap](https://github.com/clap-rs/clap) from 2.27.1 to 2.33.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-02 08:22:53 +00:00
parent c7f8498571
commit 6abd50f4b1
2 changed files with 17 additions and 20 deletions

View file

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
clap = "=2.27.1"
clap = "=2.33.0"
vmm = { path = "vmm" }
[dev-dependencies]