From 156f3d7727d2cf2f9143af78d2f44e55fbea23d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 7 Sep 2022 10:06:10 +0200 Subject: [PATCH] update to proxmox-subscription 0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- pmg-rs/Cargo.toml | 2 +- pmg-rs/debian/control | 2 +- pve-rs/Cargo.toml | 2 +- pve-rs/debian/control | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 2339aead..4051c13c 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -35,7 +35,7 @@ perlmod = { version = "0.13", features = [ "exporter" ] } proxmox-acme-rs = { version = "0.4", features = ["client"] } proxmox-apt = "0.9" proxmox-http = { version = "0.7", features = ["client-sync", "client-trait"] } -proxmox-subscription = "0.2" +proxmox-subscription = "0.3" proxmox-sys = "0.4" proxmox-tfa = { version = "2.1", features = ["api"] } proxmox-time = "1.1.3" diff --git a/pmg-rs/debian/control b/pmg-rs/debian/control index 090c67bc..5af088b0 100644 --- a/pmg-rs/debian/control +++ b/pmg-rs/debian/control @@ -22,7 +22,7 @@ Build-Depends: librust-proxmox-http-0.7+client-sync-dev, librust-proxmox-http-0.7+client-trait-dev, librust-proxmox-http-0.7+default-dev, - librust-proxmox-subscription-0.2+default-dev, + librust-proxmox-subscription-0.3+default-dev, librust-proxmox-sys-0.4+default-dev, librust-proxmox-tfa-2+api-dev (>= 2.1-~~), librust-proxmox-tfa-2+default-dev (>= 2.1-~~), diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 7598a64a..63922cc1 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -33,7 +33,7 @@ perlmod = { version = "0.13", features = [ "exporter" ] } proxmox-apt = "0.9" proxmox-http = { version = "0.7", features = ["client-sync", "client-trait"] } proxmox-openid = "0.9.5" -proxmox-subscription = "0.2" +proxmox-subscription = "0.3" proxmox-sys = "0.4" proxmox-tfa = { version = "2.1", features = ["api"] } proxmox-time = "1.1.3" diff --git a/pve-rs/debian/control b/pve-rs/debian/control index ac87ddf9..a0c785bc 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -22,7 +22,7 @@ Build-Depends: librust-proxmox-http-0.7+client-trait-dev, librust-proxmox-http-0.7+default-dev, librust-proxmox-openid-0.9+default-dev (>= 0.9.5-~~), - librust-proxmox-subscription-0.2+default-dev, + librust-proxmox-subscription-0.3+default-dev, librust-proxmox-sys-0.4+default-dev, librust-proxmox-tfa-2+api-dev (>= 2.1-~~), librust-proxmox-tfa-2+default-dev (>= 2.1-~~),