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 }