bump pico-args to 0.5

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-07-25 13:02:17 +02:00
parent 45878faecb
commit 29a60a33a8
2 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ anyhow = "1"
flate2 = "1.0"
libc = "0.2"
proxmox-time = "1.1"
pico-args = { version = "0.4", features = ["combined-flags"] }
pico-args = { version = "0.5", features = ["combined-flags"] }

4
debian/control vendored
View File

@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 12),
librust-anyhow-1+default-dev,
librust-flate2-1+default-dev,
librust-libc-0.2+default-dev,
librust-pico-args-0.4+combined-flags-dev,
librust-pico-args-0.4+default-dev,
librust-pico-args-0.5+combined-flags-dev,
librust-pico-args-0.5+default-dev,
librust-proxmox-time-1+default-dev (>= 1.1-~~),
faketime
Maintainer: Proxmox Support Team <support@proxmox.com>