From 8ff4471ee6c0d843f3dd51b8623ee6e933beb327 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 28 Jul 2023 11:51:23 +0200 Subject: [PATCH] bump notify dependency Signed-off-by: Wolfgang Bumiller --- pve-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"