From: Wolfgang Bumiller Date: Mon, 3 Jun 2024 12:14:59 +0000 (+0200) Subject: pve,pmg: bump proxmox-notify to 0.4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d0633ac98e87e6d0fa089bdae17c9c82abbd8231;p=proxmox-perl-rs.git pve,pmg: bump proxmox-notify to 0.4 build fixes for pve follow Signed-off-by: Wolfgang Bumiller --- diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 0d01b59..5489649 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -36,7 +36,7 @@ proxmox-acme = { version = "0.5", 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.3.1" +proxmox-notify = "0.4" proxmox-subscription = "0.4" proxmox-sys = "0.5" proxmox-tfa = { version = "4.0.4", features = ["api"] } diff --git a/pmg-rs/debian/control b/pmg-rs/debian/control index c6d1917..705e302 100644 --- a/pmg-rs/debian/control +++ b/pmg-rs/debian/control @@ -21,7 +21,7 @@ Build-Depends: cargo:native , 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.3+default-dev (>= 0.3.1-~~), + librust-proxmox-notify-0.4+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-~~), diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 5fcebf3..5a43557 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -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.3.1", features = ["pve-context"] } +proxmox-notify = { version = "0.4", features = ["pve-context"] } proxmox-openid = "0.10" proxmox-resource-scheduling = "0.3.0" proxmox-subscription = "0.4" diff --git a/pve-rs/debian/control b/pve-rs/debian/control index 551b4cb..8e0a8ad 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -21,8 +21,8 @@ Build-Depends: cargo:native , 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.3+default-dev (>= 0.3.1-~~), - librust-proxmox-notify-0.3+pve-context-dev (>= 0.3.1-~~), + librust-proxmox-notify-0.4+default-dev, + librust-proxmox-notify-0.4+pve-context-dev, librust-proxmox-openid-0.10+default-dev, librust-proxmox-resource-scheduling-0.3+default-dev, librust-proxmox-subscription-0.4+default-dev,