diff --git a/Cargo.toml b/Cargo.toml index 4e4b85fc..94d066da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ proxmox-lang = "1.1" proxmox-log = "0.2.4" proxmox-ldap = "0.2.1" proxmox-metrics = "0.3.1" -proxmox-notify = "0.4" +proxmox-notify = "0.5" proxmox-openid = "0.10.0" proxmox-rest-server = { version = "0.8.1", features = [ "templates" ] } # some use "cli", some use "cli" and "server", pbs-config uses nothing diff --git a/debian/control b/debian/control index 81f28d1c..b46c4794 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.4-~~), librust-proxmox-metrics-0.3+default-dev (>= 0.3.1-~~), - librust-proxmox-notify-0.4+default-dev, - librust-proxmox-notify-0.4+pbs-context-dev, + 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.1-~~), librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.1-~~),