mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-22 21:51:38 +00:00
cargo: depend on notify 0.3
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
036236c278
commit
61ab181b01
@ -36,7 +36,7 @@ proxmox-acme-rs = { version = "0.4", features = ["client"] }
|
||||
proxmox-apt = "0.10"
|
||||
proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] }
|
||||
proxmox-http-error = "0.1.0"
|
||||
proxmox-notify = "0.2"
|
||||
proxmox-notify = "0.3"
|
||||
proxmox-subscription = "0.4"
|
||||
proxmox-sys = "0.5"
|
||||
proxmox-tfa = { version = "4.0.4", features = ["api"] }
|
||||
|
@ -20,7 +20,7 @@ Build-Depends: cargo:native <!nocheck>,
|
||||
librust-proxmox-http-0.9+client-trait-dev,
|
||||
librust-proxmox-http-0.9+default-dev,
|
||||
librust-proxmox-http-error-0.1+default-dev,
|
||||
librust-proxmox-notify-0.2+default-dev,
|
||||
librust-proxmox-notify-0.3+default-dev,
|
||||
librust-proxmox-subscription-0.4+default-dev,
|
||||
librust-proxmox-sys-0.5+default-dev,
|
||||
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-http = { version = "0.9", features = ["client-sync", "client-trait"] }
|
||||
proxmox-http-error = "0.1.0"
|
||||
proxmox-notify = { version = "0.2", features = ["pve-context"] }
|
||||
proxmox-notify = { version = "0.3", features = ["pve-context"] }
|
||||
proxmox-openid = "0.10"
|
||||
proxmox-resource-scheduling = "0.3.0"
|
||||
proxmox-subscription = "0.4"
|
||||
|
@ -21,7 +21,7 @@ Build-Depends: cargo:native <!nocheck>,
|
||||
librust-proxmox-http-0.9+client-trait-dev,
|
||||
librust-proxmox-http-0.9+default-dev,
|
||||
librust-proxmox-http-error-0.1+default-dev,
|
||||
librust-proxmox-notify-0.2+default-dev,
|
||||
librust-proxmox-notify-0.3+default-dev,
|
||||
librust-proxmox-openid-0.10+default-dev,
|
||||
librust-proxmox-resource-scheduling-0.3+default-dev,
|
||||
librust-proxmox-subscription-0.4+default-dev,
|
||||
|
Loading…
Reference in New Issue
Block a user