1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-08-01 13:21:50 +02:00

Merge pull request #8 from vbrandl/dependabot/cargo/clap-2.33.0

Bump clap from 2.32.0 to 2.33.0
This commit is contained in:
Valentin Brandl
2019-05-26 00:26:35 +02:00
committed by GitHub
3 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ description = "Client for the BIND9 API"
license = "MIT/Apache-2.0"
[dependencies]
clap = "2.32.0"
clap = "2.33.0"
crypto = { path = "../crypto" }
data = { path = "../data" }
failure = "0.1.1"