diff --git a/Cargo.toml b/Cargo.toml index 6c9bf878..01a0763b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ proxmox-ldap = "0.2.1" proxmox-metrics = "0.3.1" proxmox-notify = "0.5" proxmox-openid = "0.10.0" -proxmox-rest-server = { version = "0.8.2", features = [ "templates" ] } +proxmox-rest-server = { version = "0.8.4", 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 074bef8c..3ce4e97c 100644 --- a/debian/control +++ b/debian/control @@ -77,9 +77,9 @@ Build-Depends: bash-completion, librust-proxmox-notify-0.5+default-dev, librust-proxmox-notify-0.5+pbs-context-dev, librust-proxmox-openid-0.10+default-dev, - librust-proxmox-rest-server-0.8+default-dev (>= 0.8.2-~~), - librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.2-~~), - librust-proxmox-rest-server-0.8+templates-dev (>= 0.8.2-~~), + librust-proxmox-rest-server-0.8+default-dev (>= 0.8.4-~~), + librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.4-~~), + librust-proxmox-rest-server-0.8+templates-dev (>= 0.8.4-~~), librust-proxmox-router-3+cli-dev, librust-proxmox-router-3+server-dev, librust-proxmox-rrd-0.4+default-dev,