From 199be72401d5a5b7f699b9db68557bf2f5d5c608 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 10 Jan 2024 14:11:09 +0100 Subject: [PATCH] pve,pmg: bump proxmox-notify dependency to 0.3.1 Signed-off-by: Wolfgang Bumiller --- pmg-rs/Cargo.toml | 2 +- pmg-rs/debian/control | 2 +- pve-rs/Cargo.toml | 2 +- pve-rs/debian/control | 5 +++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index f60ef29..0d01b59 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" +proxmox-notify = "0.3.1" 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 72037d0..c6d1917 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, + librust-proxmox-notify-0.3+default-dev (>= 0.3.1-~~), 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 58440bb..ba30e9d 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", features = ["pve-context"] } +proxmox-notify = { version = "0.3.1", 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 709db6d..551b4cb 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -16,12 +16,13 @@ Build-Depends: cargo:native , librust-openssl-0.10+default-dev (>= 0.10.40-~~), librust-perlmod-0.13+default-dev, librust-perlmod-0.13+exporter-dev, - librust-proxmox-apt-0.10+default-dev, + librust-proxmox-apt-0.10+default-dev (>= 0.10.6-~~), librust-proxmox-http-0.9+client-sync-dev, 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, + librust-proxmox-notify-0.3+default-dev (>= 0.3.1-~~), + librust-proxmox-notify-0.3+pve-context-dev (>= 0.3.1-~~), librust-proxmox-openid-0.10+default-dev, librust-proxmox-resource-scheduling-0.3+default-dev, librust-proxmox-subscription-0.4+default-dev,