cargo: update pico-args dependency to version 0.5

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-09-12 12:29:41 +02:00
parent 131824070d
commit e4ea248348
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ num_cpus = "1"
once_cell = "1.17"
openssl = "0.10.57"
percent-encoding = "2.2"
pico-args = "0.4.2"
pico-args = "0.5"
regex = "1.7.1"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"

2
debian/control vendored
View File

@ -19,7 +19,7 @@ Build-Depends: cargo:native (>= 0.65.0~),
librust-once-cell-1+default-dev (>= 1.17-~~),
librust-openssl-0.10+default-dev (>= 0.10.57-~~),
librust-percent-encoding-2+default-dev (>= 2.2-~~),
librust-pico-args-0.4+default-dev (>= 0.4.2-~~),
librust-pico-args-0.5+default-dev,
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
librust-proxmox-fuse-0.1+default-dev (>= 0.1.7-~~),
librust-proxmox-http-0.9+client-dev (>= 0.9.1-~~),