diff --git a/Cargo.toml b/Cargo.toml index f8f32d57..4e4b85fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ proxmox-ldap = "0.2.1" proxmox-metrics = "0.3.1" proxmox-notify = "0.4" proxmox-openid = "0.10.0" -proxmox-rest-server = { version = "0.8", features = [ "templates" ] } +proxmox-rest-server = { version = "0.8.1", features = [ "templates" ] } # some use "cli", some use "cli" and "server", pbs-config uses nothing proxmox-router = { version = "3.0.0", default-features = false } proxmox-rrd = "0.4" diff --git a/debian/control b/debian/control index 484941e4..81f28d1c 100644 --- a/debian/control +++ b/debian/control @@ -77,9 +77,9 @@ Build-Depends: bash-completion, librust-proxmox-notify-0.4+default-dev, librust-proxmox-notify-0.4+pbs-context-dev, librust-proxmox-openid-0.10+default-dev, - librust-proxmox-rest-server-0.8+default-dev, - librust-proxmox-rest-server-0.8+rate-limited-stream-dev, - librust-proxmox-rest-server-0.8+templates-dev, + librust-proxmox-rest-server-0.8+default-dev (>= 0.8.1-~~), + librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.1-~~), + librust-proxmox-rest-server-0.8+templates-dev (>= 0.8.1-~~), librust-proxmox-router-3+cli-dev, librust-proxmox-router-3+server-dev, librust-proxmox-rrd-0.4+default-dev,