build(deps): bump clap from 2.33.0 to 2.33.1

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>
This commit is contained in:
dependabot-preview[bot]
2020-05-11 17:49:21 +00:00
committed by Sebastien Boeuf
parent 4cd2eccf2f
commit 1c44e917f9
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ fwdebug = ["devices/fwdebug"]
[dependencies]
arc-swap = ">=0.4.4"
clap = "2.33.0"
clap = "2.33.1"
acpi_tables = { path = "../acpi_tables", optional = true }
anyhow = "1.0"
arch = { path = "../arch" }