cargo: update clap to 2.33

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-07-13 11:34:44 +02:00
parent ddaa372402
commit 915a5aa7f8

View File

@ -11,6 +11,6 @@ exclude = [ "build", "debian" ]
[dependencies]
anyhow = "1"
clap = "2.32"
clap = "2.33"
flate2 = "1.0"
libc = "0.2.48"