diff --git a/Cargo.toml b/Cargo.toml index f6a23e90..ce9feaf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ proxmox-lang = "1.1" proxmox-log = "0.2.6" proxmox-ldap = "0.2.1" proxmox-metrics = "0.3.1" -proxmox-notify = "0.5" +proxmox-notify = "0.5.1" proxmox-openid = "0.10.0" proxmox-rest-server = { version = "0.8.4", features = [ "templates" ] } # some use "cli", some use "cli" and "server", pbs-config uses nothing diff --git a/debian/control b/debian/control index e37c5513..4fe2110f 100644 --- a/debian/control +++ b/debian/control @@ -74,8 +74,8 @@ Build-Depends: bash-completion, librust-proxmox-ldap-0.2+default-dev (>= 0.2.1-~~), librust-proxmox-log-0.2+default-dev (>= 0.2.6-~~), librust-proxmox-metrics-0.3+default-dev (>= 0.3.1-~~), - librust-proxmox-notify-0.5+default-dev, - librust-proxmox-notify-0.5+pbs-context-dev, + librust-proxmox-notify-0.5+default-dev (>= 0.5.1~), + librust-proxmox-notify-0.5+pbs-context-dev (>= 0.5.1~), librust-proxmox-openid-0.10+default-dev, librust-proxmox-rest-server-0.8+default-dev (>= 0.8.4-~~), librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.4-~~),