diff --git a/Cargo.toml b/Cargo.toml index 360bdb76f..ee54339cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ proxmox-uuid = "1" # other proxmox crates pathpatterns = "0.3" proxmox-acme = "0.5" -pxar = "0.11" +pxar = "0.11.1" # PBS workspace pbs-api-types = { path = "pbs-api-types" } diff --git a/debian/control b/debian/control index 25975a504..cbf9fbd0f 100644 --- a/debian/control +++ b/debian/control @@ -103,7 +103,7 @@ Build-Depends: bash-completion, librust-proxmox-time-1+default-dev (>= 1.1.6-~~), librust-proxmox-uuid-1+default-dev, librust-proxmox-uuid-1+serde-dev, - librust-pxar-0.11+default-dev, + librust-pxar-0.11+default-dev (>= 0.11.1-~~), librust-regex-1+default-dev (>= 1.5.5-~~), librust-rustyline-9+default-dev, librust-serde-1+default-dev,