]> git.proxmox.com Git - proxmox-perl-rs.git/commitdiff
cargo: depend on notify 0.3
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Nov 2023 12:37:51 +0000 (13:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Nov 2023 12:38:28 +0000 (13:38 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pmg-rs/Cargo.toml
pmg-rs/debian/control
pve-rs/Cargo.toml
pve-rs/debian/control

index 573d56635f7a9a6315e941bf425e1b1271ebd72d..a87d283edf4c0a8a01735ea86540f050d3031e89 100644 (file)
@@ -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"] }
index cbb117e62176b820372c5191b32bb0f0a67fcb0f..48d458bc98ec8590328ae4e9e6156518906ed168 100644 (file)
@@ -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-~~),
index 2300c8d478b55414676c7868cb71178462c19e67..28823c5a3726ad579585f6c3d64dd3bee74d4a96 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.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"
index 27708436eaab648f4efea73ddfc8d7630fb2846b..75de26e5c1933b055a53cc5c48c73d32d43ee5fa 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.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,