mirror of
https://git.proxmox.com/git/pve-esxi-import-tools
synced 2025-04-29 15:33:59 +00:00
cargo: update pico-args dependency to version 0.5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
131824070d
commit
e4ea248348
@ -22,7 +22,7 @@ num_cpus = "1"
|
|||||||
once_cell = "1.17"
|
once_cell = "1.17"
|
||||||
openssl = "0.10.57"
|
openssl = "0.10.57"
|
||||||
percent-encoding = "2.2"
|
percent-encoding = "2.2"
|
||||||
pico-args = "0.4.2"
|
pico-args = "0.5"
|
||||||
regex = "1.7.1"
|
regex = "1.7.1"
|
||||||
serde = { version = "1", features = [ "derive" ] }
|
serde = { version = "1", features = [ "derive" ] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -19,7 +19,7 @@ Build-Depends: cargo:native (>= 0.65.0~),
|
|||||||
librust-once-cell-1+default-dev (>= 1.17-~~),
|
librust-once-cell-1+default-dev (>= 1.17-~~),
|
||||||
librust-openssl-0.10+default-dev (>= 0.10.57-~~),
|
librust-openssl-0.10+default-dev (>= 0.10.57-~~),
|
||||||
librust-percent-encoding-2+default-dev (>= 2.2-~~),
|
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-async-0.4+default-dev (>= 0.4.1-~~),
|
||||||
librust-proxmox-fuse-0.1+default-dev (>= 0.1.7-~~),
|
librust-proxmox-fuse-0.1+default-dev (>= 0.1.7-~~),
|
||||||
librust-proxmox-http-0.9+client-dev (>= 0.9.1-~~),
|
librust-proxmox-http-0.9+client-dev (>= 0.9.1-~~),
|
||||||
|
Loading…
Reference in New Issue
Block a user