From 818886ee45ad7bddc14c8edfe47c461e462ea569 Mon Sep 17 00:00:00 2001
From: Wolfgang Bumiller <w.bumiller@proxmox.com>
Date: Thu, 21 Jul 2022 14:54:45 +0200
Subject: [PATCH] bump proxmox-apt to 0.9 and proxmox-subscription to 0.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
---
 pmg-rs/Cargo.toml | 4 ++--
 pve-rs/Cargo.toml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml
index 7b6f706b..47b498a2 100644
--- a/pmg-rs/Cargo.toml
+++ b/pmg-rs/Cargo.toml
@@ -34,9 +34,9 @@ url = "2"
 perlmod = { version = "0.13", features = [ "exporter" ] }
 
 proxmox-acme-rs = { version = "0.4", features = ["client"] }
-proxmox-apt = "0.8.0"
+proxmox-apt = "0.9"
 proxmox-http = { version = "0.6.3", features = ["client-trait"] }
-proxmox-subscription = "0.1"
+proxmox-subscription = "0.2"
 proxmox-sys = "0.3"
 proxmox-tfa = { version = "2", features = ["api"] }
 proxmox-time = "1.1.3"
diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml
index 3f82de6c..9e6ffdf1 100644
--- a/pve-rs/Cargo.toml
+++ b/pve-rs/Cargo.toml
@@ -31,10 +31,10 @@ url = "2"
 
 perlmod = { version = "0.13", features = [ "exporter" ] }
 
-proxmox-apt = "0.8"
+proxmox-apt = "0.9"
 proxmox-http = { version = "0.6.3", features = ["client-trait"] }
 proxmox-openid = "0.9.5"
-proxmox-subscription = "0.1"
+proxmox-subscription = "0.2"
 proxmox-sys = "0.3"
 proxmox-tfa = { version = "2", features = ["api"] }
 proxmox-time = "1.1.3"