diff --git a/Cargo.toml b/Cargo.toml index 2e32d51..c910c75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/debian/control b/debian/control index d68afd1..4e17f2f 100644 --- a/debian/control +++ b/debian/control @@ -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-~~),