diff --git a/Cargo.toml b/Cargo.toml index bf7c05c1..d52518e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ path = "src/lib.rs" [workspace.dependencies] # proxmox workspace proxmox-apt = { version = "0.11", features = [ "cache" ] } -proxmox-apt-api-types = "1.0" +proxmox-apt-api-types = "1.0.1" proxmox-async = "0.4" proxmox-auth-api = "0.4" proxmox-borrow = "1" diff --git a/debian/control b/debian/control index 6cde2427..c67f9107 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,7 @@ Build-Depends: bash-completion, librust-proxmox-acme-0.5+default-dev, librust-proxmox-apt-0.11+cache-dev, librust-proxmox-apt-0.11+default-dev, - librust-proxmox-apt-api-types-1+default-dev, + librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~), librust-proxmox-async-0.4+default-dev, librust-proxmox-auth-api-0.4+api-dev, librust-proxmox-auth-api-0.4+api-types-dev,