From f7a22604ae259915a8d43e7c75843b4d46dce80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 6 Jun 2024 11:34:47 +0200 Subject: [PATCH] apt: update d/control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-apt/debian/control | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index a00bf001..c3248212 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 12), librust-hex-0.4+default-dev , librust-once-cell-1+default-dev (>= 1.3.1-~~) , librust-openssl-0.10+default-dev , - librust-proxmox-schema-3+api-macro-dev (>= 3.1.0-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.0-~~) , + librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) , + librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) , librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev , @@ -33,8 +33,8 @@ Depends: librust-hex-0.4+default-dev, librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-openssl-0.10+default-dev, - librust-proxmox-schema-3+api-macro-dev (>= 3.1.0-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.0-~~), + librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~), + librust-proxmox-schema-3+default-dev (>= 3.1.1-~~), librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, @@ -45,7 +45,7 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.10-dev (= ${binary:Version}), librust-proxmox-apt-0.10+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.9-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.9+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.10.10-dev (= ${binary:Version}), + librust-proxmox-apt-0.10.10+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code Source code for Debianized Rust crate "proxmox-apt"