]> git.proxmox.com Git - proxmox-perl-rs.git/commitdiff
pve,pmg: bump proxmox-notify to 0.4
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 3 Jun 2024 12:14:59 +0000 (14:14 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 4 Jun 2024 08:40:53 +0000 (10:40 +0200)
build fixes for pve follow

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
pmg-rs/Cargo.toml
pmg-rs/debian/control
pve-rs/Cargo.toml
pve-rs/debian/control

index 0d01b59a3e719c36df208e5b9ede7cba3498da8f..54896492a8185fdac427c88ad5f5f1a387183eb7 100644 (file)
@@ -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"] }
index c6d19177f20ab9ed4762ef30427bccd2df4644b3..705e302f7d93652b52ba3d63df4b5cbd44cb20c3 100644 (file)
@@ -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.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-~~),
index 5fcebf37d10da6276df9775f49321e658ba1e857..5a43557c21d16419c66d9b3f2f3add8b63c1faf8 100644 (file)
@@ -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"
index 551b4cb04ac9e2f8f94063f4003f358e4430250b..8e0a8ad7a9551c88f3364371aac7a839b2364a6b 100644 (file)
@@ -21,8 +21,8 @@ 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.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,