diff --git a/Cargo.toml b/Cargo.toml index fc260b7..d96701c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ proxmox-acme-rs = { version = "0.4", features = ["client"] } proxmox-apt = "0.9" proxmox-http = { version = "0.8", features = ["client-sync", "client-trait"] } proxmox-openid = "0.9.8" -proxmox-resource-scheduling = "0.1" +proxmox-resource-scheduling = "0.2" proxmox-subscription = "0.3" proxmox-sys = "0.4.2" proxmox-tfa = { version = "3", features = ["api"] } diff --git a/pve-rs/debian/control b/pve-rs/debian/control index fca5786..17e495b 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -23,7 +23,7 @@ Build-Depends: librust-proxmox-http-0.8+client-trait-dev, librust-proxmox-http-0.8+default-dev, librust-proxmox-openid-0.9+default-dev (>= 0.9.8-~~), - librust-proxmox-resource-scheduling-0.1+default-dev, + librust-proxmox-resource-scheduling-0.2+default-dev, librust-proxmox-subscription-0.3+default-dev, librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~), librust-proxmox-tfa-3+api-dev,