]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
update clap to 0.3.23
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Nov 2022 10:35:21 +0000 (11:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Nov 2022 10:35:25 +0000 (11:35 +0100)
to get some convenience things like the get_count helper

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/control

index 436d5325bf2e7ef697cd346c88f98bbfbc106d38..7da38b46af44470ac8b97d8556845fdd4d8c2df1 100644 (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"
index 06c8e007f6fee07cba4b3898cf02b41ac9f5a48a..0a78e67920c84300d2c8e71a7fc1db7e1423cc68 100644 (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