From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pdm-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 68F821FF15E for <inbox@lore.proxmox.com>; Tue, 11 Feb 2025 13:58:07 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 526BB2C86B; Tue, 11 Feb 2025 13:58:05 +0100 (CET) Message-ID: <caf8d9e6-a945-4219-9294-5aad75cc0924@proxmox.com> Date: Tue, 11 Feb 2025 13:58:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Lukas Wagner <l.wagner@proxmox.com> To: pdm-devel@lists.proxmox.com References: <20250211120541.163621-1-l.wagner@proxmox.com> <20250211120541.163621-8-l.wagner@proxmox.com> Content-Language: de-AT, en-US In-Reply-To: <20250211120541.163621-8-l.wagner@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.010 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 SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pdm-devel] [PATCH proxmox-datacenter-manager 07/25] metric collection: rework metric poll task X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion <pdm-devel.lists.proxmox.com> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pdm-devel>, <mailto:pdm-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pdm-devel/> List-Post: <mailto:pdm-devel@lists.proxmox.com> List-Help: <mailto:pdm-devel-request@lists.proxmox.com?subject=help> List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel>, <mailto:pdm-devel-request@lists.proxmox.com?subject=subscribe> Reply-To: Proxmox Datacenter Manager development discussion <pdm-devel@lists.proxmox.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" <pdm-devel-bounces@lists.proxmox.com> On 2025-02-11 13:05, Lukas Wagner wrote: > diff --git a/Cargo.toml b/Cargo.toml > index 4f3b1d0..7dd60a5 100644 > --- a/Cargo.toml > +++ b/Cargo.toml > @@ -108,6 +108,7 @@ once_cell = "1.3.1" > openssl = "0.10.40" > percent-encoding = "2.1" > pin-project-lite = "0.2" > +rand = "0.8" ^ Forgot to add rand to d/control. I'll add it myself if the need for a v2 arises. If there is no need for a v2 maybe fold it in when applying. Any way, a `make sbuild` works without it since we depend on it transitively. -- - Lukas _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel