From 39c29ee9a4b4fbedd31732b7fcb92551f2bf5627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 2 Aug 2022 14:42:50 +0200 Subject: [PATCH] bump proxmox-sys dependency to 0.4 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 c99ed62..4dfa813 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -37,6 +37,6 @@ proxmox-acme-rs = { version = "0.4", features = ["client"] } proxmox-apt = "0.9" proxmox-http = { version = "0.6.4", features = ["client-trait"] } proxmox-subscription = "0.2" -proxmox-sys = "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 66f58eb..aebf869 100644 --- a/pmg-rs/debian/control +++ b/pmg-rs/debian/control @@ -22,7 +22,7 @@ Build-Depends: librust-proxmox-http-0.6+client-trait-dev (>= 0.6.4-~~), librust-proxmox-http-0.6+default-dev (>= 0.6.4-~~), librust-proxmox-subscription-0.2+default-dev, - librust-proxmox-sys-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-~~), librust-proxmox-time-1+default-dev (>= 1.1.3-~~), diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index e1524c3..4b45413 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -35,6 +35,6 @@ proxmox-apt = "0.9" proxmox-http = { version = "0.6.4", features = ["client-trait"] } proxmox-openid = "0.9.5" proxmox-subscription = "0.2" -proxmox-sys = "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 82520aa..ee8d141 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -22,7 +22,7 @@ Build-Depends: librust-proxmox-http-0.6+default-dev (>= 0.6.4-~~), librust-proxmox-openid-0.9+default-dev (>= 0.9.5-~~), librust-proxmox-subscription-0.2+default-dev, - librust-proxmox-sys-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-~~), librust-proxmox-time-1+default-dev (>= 1.1.3-~~),