diff --git a/Cargo.toml b/Cargo.toml index c264c52..d341a6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/debian/control b/debian/control index 1469b4e..a10c899 100644 --- a/debian/control +++ b/debian/control @@ -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