From cc520cd4a03a570f2f3616255f01464a62dc26fc Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 4 Feb 2021 11:43:21 +0100 Subject: [PATCH] cleanup: remove serde_derive dependency this comes from the 'derive' feature in serde Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 795a507b..851b3f90 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -43,7 +43,6 @@ hyper = { version = "0.14", features = [ "full" ], optional = true } percent-encoding = "2.1" openssl = { version = "0.10", optional = true } rustyline = "7" -serde_derive = "1.0" textwrap = "0.11" tokio = { version = "1.0", features = [], optional = true } tokio-stream = { version = "0.1.1", optional = true }