From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id A7D861FF15C for ; Wed, 4 Sep 2024 11:24:40 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1D6DA168A7; Wed, 4 Sep 2024 11:25:14 +0200 (CEST) Date: Wed, 04 Sep 2024 11:24:37 +0200 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox Backup Server development discussion References: <20240724161856.398271-1-f.schauer@proxmox.com> <20240724161856.398271-2-f.schauer@proxmox.com> In-Reply-To: <20240724161856.398271-2-f.schauer@proxmox.com> MIME-Version: 1.0 User-Agent: astroid/0.16.0 (https://github.com/astroidmail/astroid) Message-Id: <1725441681.r19c8gk92y.astroid@yuna.none> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.055 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: [pbs-devel] applied: [PATCH vma-to-pbs 1/4] bump proxmox-sys X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" applied this one and a follow-up to pull Cargo.toml and d/control and the submodule up to current devel/master. On July 24, 2024 6:18 pm, Filip Schauer wrote: > Signed-off-by: Filip Schauer > --- > Cargo.toml | 2 +- > debian/control | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/Cargo.toml b/Cargo.toml > index c62b5e0..0522902 100644 > --- a/Cargo.toml > +++ b/Cargo.toml > @@ -17,7 +17,7 @@ serde-big-array = "0.4.1" > > proxmox-async = "0.4" > proxmox-io = "1.0.1" > -proxmox-sys = "0.5.0" > +proxmox-sys = "0.6" > proxmox-time = "2" > > pbs-api-types = { path = "submodules/proxmox-backup-qemu/submodules/proxmox-backup/pbs-api-types" } > diff --git a/debian/control b/debian/control > index 473391b..49f2575 100644 > --- a/debian/control > +++ b/debian/control > @@ -61,10 +61,10 @@ Build-Depends: cargo:native (>= 0.65.0~), > librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~), > librust-proxmox-shared-memory-0.3+default-dev, > librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~), > - librust-proxmox-sys-0.5+acl-dev (>= 0.5.3-~~), > - librust-proxmox-sys-0.5+crypt-dev (>= 0.5.3-~~), > - librust-proxmox-sys-0.5+default-dev (>= 0.5.3-~~), > - librust-proxmox-sys-0.5+timer-dev (>= 0.5.3-~~), > + librust-proxmox-sys-0.6+acl-dev, > + librust-proxmox-sys-0.6+crypt-dev, > + librust-proxmox-sys-0.6+default-dev, > + librust-proxmox-sys-0.6+timer-dev, > librust-proxmox-time-2+default-dev, > librust-proxmox-uuid-1+default-dev, > librust-proxmox-uuid-1+serde-dev, > -- > 2.39.2 > > > > _______________________________________________ > pbs-devel mailing list > pbs-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel > > > _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel