From: Wolfgang Bumiller Date: Fri, 28 Jul 2023 09:51:23 +0000 (+0200) Subject: bump notify dependency X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8ff4471ee6c0d843f3dd51b8623ee6e933beb327;p=proxmox-perl-rs.git bump notify dependency Signed-off-by: Wolfgang Bumiller --- diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 222fdf5..afd50f4 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" proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] } proxmox-http-error = "0.1.0" -proxmox-notify = "0.1" +proxmox-notify = "0.2" proxmox-openid = "0.10" proxmox-resource-scheduling = "0.3.0" proxmox-subscription = "0.4"