From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4E52B769B8 for ; Fri, 16 Jul 2021 14:36:38 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 41A6010B15 for ; Fri, 16 Jul 2021 14:36:08 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 8D7CE10AFD for ; Fri, 16 Jul 2021 14:36:06 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 5EA1242109 for ; Fri, 16 Jul 2021 14:36:06 +0200 (CEST) From: Fabian Ebner To: pve-devel@lists.proxmox.com Date: Fri, 16 Jul 2021 14:36:01 +0200 Message-Id: <20210716123602.82090-2-f.ebner@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210716123602.82090-1-f.ebner@proxmox.com> References: <20210716123602.82090-1-f.ebner@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.495 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH proxmox-apt 1/2] bump proxmox dependency X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2021 12:36:38 -0000 Signed-off-by: Fabian Ebner --- Cargo.toml | 2 +- debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1ddccb..4bcf9c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ path = "src/lib.rs" anyhow = "1.0" once_cell = "1.3.1" openssl = "0.10" -proxmox = { version = "0.11.5", features = [ "api-macro" ] } +proxmox = { version = "0.11.6", features = [ "api-macro" ] } serde = { version = "1.0", features = ["derive"] } diff --git a/debian/control b/debian/control index 1834918..2e6b63e 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 12), librust-anyhow-1+default-dev , librust-once-cell-1+default-dev (>= 1.3.1-~~) , librust-openssl-0.10+default-dev , - librust-proxmox-0.11+api-macro-dev (>= 0.11.5-~~) , - librust-proxmox-0.11+default-dev (>= 0.11.5-~~) , + librust-proxmox-0.11+api-macro-dev (>= 0.11.6-~~) , + librust-proxmox-0.11+default-dev (>= 0.11.6-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev Maintainer: Proxmox Support Team @@ -28,8 +28,8 @@ Depends: librust-anyhow-1+default-dev, librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-openssl-0.10+default-dev, - librust-proxmox-0.11+api-macro-dev (>= 0.11.5-~~), - librust-proxmox-0.11+default-dev (>= 0.11.5-~~), + librust-proxmox-0.11+api-macro-dev (>= 0.11.6-~~), + librust-proxmox-0.11+default-dev (>= 0.11.6-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev Provides: -- 2.30.2