mirror of
https://git.proxmox.com/git/proxmox-mail-forward
synced 2025-04-28 19:06:35 +00:00
cargo: require proxmox-notify version 0.5.4
To ensure recent fixes and features are also available here. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
40f0d9e048
commit
7932ef3ec1
@ -20,4 +20,4 @@ nix = "0.26"
|
||||
syslog = "6.0"
|
||||
|
||||
proxmox-sys = "0.6"
|
||||
proxmox-notify = {version = "0.5", features = ["mail-forwarder", "pve-context", "pbs-context"] }
|
||||
proxmox-notify = {version = "0.5.4", features = ["mail-forwarder", "pve-context", "pbs-context"] }
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -6,7 +6,7 @@ Build-Depends: cargo:native,
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
librust-nix-0.26+default-dev,
|
||||
librust-proxmox-notify-0.5+default-dev,
|
||||
librust-proxmox-notify-0.5+default-dev (>= 0.5.4),
|
||||
librust-proxmox-notify-0.5+mail-forwarder-dev,
|
||||
librust-proxmox-notify-0.5+pbs-context-dev,
|
||||
librust-proxmox-notify-0.5+pve-context-dev,
|
||||
|
Loading…
Reference in New Issue
Block a user