[pbs-devel] [PATCH proxmox-backup] cargo: d/control: require proxmox-notify version 0.5.4

Lukas Wagner l.wagner at proxmox.com
Tue Apr 8 14:33:50 CEST 2025


To ensure a bug fix for the missing Content-Length header for webhook
notification is included and also to ensure we have support for user
overrides for notification templates available.

Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 Cargo.toml     | 2 +-
 debian/control | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 2b9fef9e..a7fff9b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,7 +69,7 @@ proxmox-lang = "1.1"
 proxmox-log = "0.2.6"
 proxmox-ldap = "0.2.1"
 proxmox-metrics = "0.3.1"
-proxmox-notify = "0.5.1"
+proxmox-notify = "0.5.4"
 proxmox-openid = "0.10.0"
 proxmox-rest-server = { version = "0.8.5", features = [ "templates" ] }
 # some use "cli", some use "cli" and "server", pbs-config uses nothing
diff --git a/debian/control b/debian/control
index 1a266185..46581a0c 100644
--- a/debian/control
+++ b/debian/control
@@ -76,8 +76,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 (>= 0.5.1-~~),
-               librust-proxmox-notify-0.5+pbs-context-dev (>= 0.5.1-~~),
+               librust-proxmox-notify-0.5+default-dev (>= 0.5.4-~~),
+               librust-proxmox-notify-0.5+pbs-context-dev (>= 0.5.4-~~),
                librust-proxmox-openid-0.10+default-dev,
                librust-proxmox-rest-server-0.8+default-dev (>= 0.8.5-~~),
                librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.5-~~),
-- 
2.39.5





More information about the pbs-devel mailing list