From 8c9eb857061d4eb835a15d54cc621b701bb196d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 25 Jun 2024 13:54:14 +0200 Subject: [PATCH] ldap: fix Cargo.toml syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this throws a warning now.. Signed-off-by: Fabian Grünbichler --- 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 902851f6..fe3315ea 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