cleanup: remove serde_derive dependency

this comes from the 'derive' feature in serde

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-02-04 11:43:21 +01:00
parent d5c290a824
commit cc520cd4a0

View File

@ -43,7 +43,6 @@ hyper = { version = "0.14", features = [ "full" ], optional = true }
percent-encoding = "2.1" percent-encoding = "2.1"
openssl = { version = "0.10", optional = true } openssl = { version = "0.10", optional = true }
rustyline = "7" rustyline = "7"
serde_derive = "1.0"
textwrap = "0.11" textwrap = "0.11"
tokio = { version = "1.0", features = [], optional = true } tokio = { version = "1.0", features = [], optional = true }
tokio-stream = { version = "0.1.1", optional = true } tokio-stream = { version = "0.1.1", optional = true }