]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
cargo: update clap to 2.33
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Jul 2022 09:34:44 +0000 (11:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Jul 2022 09:34:44 +0000 (11:34 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml

index aebcd4397f9d8372f6be9b66e92238deddf43e0f..0eb47e8afbfa0608215247bb207dd20c189a1814 100644 (file)
@@ -11,6 +11,6 @@ exclude = [ "build", "debian" ]
 
 [dependencies]
 anyhow = "1"
-clap = "2.32"
+clap = "2.33"
 flate2 = "1.0"
 libc = "0.2.48"