build(deps): bump clap from 2.33.1 to 2.33.2

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.1 to 2.33.2.
- [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]
2020-08-05 19:32:29 +00:00
parent 1ac6ccb300
commit 8e8ec74b2a
6 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
block_util = { path = "../block_util" }
clap = { version = "2.33.1", features=["wrap_help"] }
clap = { version = "2.33.2", features=["wrap_help"] }
epoll = ">=4.0.1"
libc = "0.2.74"
log = "0.4.11"