update clap to 0.3.23

to get some convenience things like the get_count helper

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-11-25 11:35:21 +01:00
parent 3e6542d819
commit 0809816451
2 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@ exclude = [ "build", "debian" ]
[dependencies]
anyhow = "1"
clap = { version = "3.2", features = ["cargo"] }
clap = { version = "3.2.23", features = ["cargo"] }
flate2 = "1.0"
libc = "0.2"

4
debian/control vendored
View File

@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 12),
rustc:native,
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-clap-3+cargo-dev (>= 3.2-~~),
librust-clap-3+default-dev (>= 3.2-~~),
librust-clap-3+cargo-dev (>= 3.2.23-~~),
librust-clap-3+default-dev (>= 3.2.23-~~),
librust-flate2-1+default-dev,
librust-libc-0.2+default-dev,
faketime