diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 573d566..a87d283 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -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"] } diff --git a/pmg-rs/debian/control b/pmg-rs/debian/control index cbb117e..48d458b 100644 --- a/pmg-rs/debian/control +++ b/pmg-rs/debian/control @@ -20,7 +20,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.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-~~), diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 2300c8d..28823c5 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.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" diff --git a/pve-rs/debian/control b/pve-rs/debian/control index 2770843..75de26e 100644 --- a/pve-rs/debian/control +++ b/pve-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.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,