From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ronja.mits.lan by ronja.mits.lan with LMTP id UOhULDm8embzcwAAxxbTJA (envelope-from ); Tue, 25 Jun 2024 14:46:49 +0200 Received: from proxmox-new.maurer-it.com (unknown [192.168.2.33]) by ronja.mits.lan (Postfix) with ESMTPS id 95A07F6462E; Tue, 25 Jun 2024 14:46:49 +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 78DF4486E3; Tue, 25 Jun 2024 14:46:49 +0200 (CEST) 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 (4096 bits)) (No client certificate requested) by proxmox-new.maurer-it.com (Proxmox) with ESMTPS; Tue, 25 Jun 2024 14:46:48 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id AED2A10383; Tue, 25 Jun 2024 14:46:47 +0200 (CEST) Date: Tue, 25 Jun 2024 14:46:13 +0200 (CEST) From: =?UTF-8?Q?Fabian_Gr=C3=BCnbichler?= To: Proxmox Backup Server development discussion , Gabriel Goller Message-ID: <1763910029.763.1719319573182@webmail.proxmox.com> In-Reply-To: <20240625120900.320528-1-g.goller@proxmox.com> References: <20240625120900.320528-1-g.goller@proxmox.com> MIME-Version: 1.0 X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.6-Rev65 X-Originating-Client: open-xchange-appsuite Subject: [pbs-devel] applied: [PATCH] cargo: `dev_dependencies` is deprecated, switch to `dev-dependencies` 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" X-SPAM-LEVEL: Spam detection results: 0 DMARC_MISSING 0.1 Missing DMARC policy KAM_ASCII_DIVIDERS 0.8 Email that uses ascii formatting dividers and possible spam tricks KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods MAILING_LIST_MULTI -2 Multiple indicators imply a widely-seen list manager RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record https://git.proxmox.com/?p=proxmox.git;a=commit;h=8c9eb857061d4eb835a15d54cc621b701bb196d9 ;) > Gabriel Goller hat am 25.06.2024 14:08 CEST geschrieben: > > > https://github.com/rust-lang/rust/issues/123754 and > https://github.com/rust-lang/cargo/pull/13783. > > Signed-off-by: Gabriel Goller > --- > proxmox-ldap/Cargo.toml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/proxmox-ldap/Cargo.toml b/proxmox-ldap/Cargo.toml > index 902851f60b2c..fe3315ea3a08 100644 > --- a/proxmox-ldap/Cargo.toml > +++ b/proxmox-ldap/Cargo.toml > @@ -14,5 +14,5 @@ ldap3 = { workspace = true, default-features = false, features = ["tls"] } > serde = { workspace = true, features = ["derive"] } > native-tls.workspace = true > > -[dev_dependencies] > +[dev-dependencies] > proxmox-async.workspace = true > -- > 2.43.0 > > > > _______________________________________________ > 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