mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-07-09 14:28:14 +00:00
pve,pmg: bump proxmox-notify to 0.4
build fixes for pve follow Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
45a1af8ad2
commit
d0633ac98e
@ -36,7 +36,7 @@ proxmox-acme = { version = "0.5", features = ["client"] }
|
|||||||
proxmox-apt = "0.10"
|
proxmox-apt = "0.10"
|
||||||
proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] }
|
proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] }
|
||||||
proxmox-http-error = "0.1.0"
|
proxmox-http-error = "0.1.0"
|
||||||
proxmox-notify = "0.3.1"
|
proxmox-notify = "0.4"
|
||||||
proxmox-subscription = "0.4"
|
proxmox-subscription = "0.4"
|
||||||
proxmox-sys = "0.5"
|
proxmox-sys = "0.5"
|
||||||
proxmox-tfa = { version = "4.0.4", features = ["api"] }
|
proxmox-tfa = { version = "4.0.4", features = ["api"] }
|
||||||
|
@ -21,7 +21,7 @@ Build-Depends: cargo:native <!nocheck>,
|
|||||||
librust-proxmox-http-0.9+client-trait-dev,
|
librust-proxmox-http-0.9+client-trait-dev,
|
||||||
librust-proxmox-http-0.9+default-dev,
|
librust-proxmox-http-0.9+default-dev,
|
||||||
librust-proxmox-http-error-0.1+default-dev,
|
librust-proxmox-http-error-0.1+default-dev,
|
||||||
librust-proxmox-notify-0.3+default-dev (>= 0.3.1-~~),
|
librust-proxmox-notify-0.4+default-dev,
|
||||||
librust-proxmox-subscription-0.4+default-dev,
|
librust-proxmox-subscription-0.4+default-dev,
|
||||||
librust-proxmox-sys-0.5+default-dev,
|
librust-proxmox-sys-0.5+default-dev,
|
||||||
librust-proxmox-tfa-4+api-dev (>= 4.0.4-~~),
|
librust-proxmox-tfa-4+api-dev (>= 4.0.4-~~),
|
||||||
|
@ -36,7 +36,7 @@ perlmod = { version = "0.13", features = [ "exporter" ] }
|
|||||||
proxmox-apt = "0.10.6"
|
proxmox-apt = "0.10.6"
|
||||||
proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] }
|
proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] }
|
||||||
proxmox-http-error = "0.1.0"
|
proxmox-http-error = "0.1.0"
|
||||||
proxmox-notify = { version = "0.3.1", features = ["pve-context"] }
|
proxmox-notify = { version = "0.4", features = ["pve-context"] }
|
||||||
proxmox-openid = "0.10"
|
proxmox-openid = "0.10"
|
||||||
proxmox-resource-scheduling = "0.3.0"
|
proxmox-resource-scheduling = "0.3.0"
|
||||||
proxmox-subscription = "0.4"
|
proxmox-subscription = "0.4"
|
||||||
|
@ -21,8 +21,8 @@ Build-Depends: cargo:native <!nocheck>,
|
|||||||
librust-proxmox-http-0.9+client-trait-dev,
|
librust-proxmox-http-0.9+client-trait-dev,
|
||||||
librust-proxmox-http-0.9+default-dev,
|
librust-proxmox-http-0.9+default-dev,
|
||||||
librust-proxmox-http-error-0.1+default-dev,
|
librust-proxmox-http-error-0.1+default-dev,
|
||||||
librust-proxmox-notify-0.3+default-dev (>= 0.3.1-~~),
|
librust-proxmox-notify-0.4+default-dev,
|
||||||
librust-proxmox-notify-0.3+pve-context-dev (>= 0.3.1-~~),
|
librust-proxmox-notify-0.4+pve-context-dev,
|
||||||
librust-proxmox-openid-0.10+default-dev,
|
librust-proxmox-openid-0.10+default-dev,
|
||||||
librust-proxmox-resource-scheduling-0.3+default-dev,
|
librust-proxmox-resource-scheduling-0.3+default-dev,
|
||||||
librust-proxmox-subscription-0.4+default-dev,
|
librust-proxmox-subscription-0.4+default-dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user