mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-29 21:54:03 +00:00
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:
parent
3e6542d819
commit
0809816451
@ -11,6 +11,6 @@ exclude = [ "build", "debian" ]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "3.2", features = ["cargo"] }
|
clap = { version = "3.2.23", features = ["cargo"] }
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 12),
|
|||||||
rustc:native,
|
rustc:native,
|
||||||
libstd-rust-dev,
|
libstd-rust-dev,
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-clap-3+cargo-dev (>= 3.2-~~),
|
librust-clap-3+cargo-dev (>= 3.2.23-~~),
|
||||||
librust-clap-3+default-dev (>= 3.2-~~),
|
librust-clap-3+default-dev (>= 3.2.23-~~),
|
||||||
librust-flate2-1+default-dev,
|
librust-flate2-1+default-dev,
|
||||||
librust-libc-0.2+default-dev,
|
librust-libc-0.2+default-dev,
|
||||||
faketime
|
faketime
|
||||||
|
Loading…
Reference in New Issue
Block a user