mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-24 02:28:48 +00:00
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:
parent
d5c290a824
commit
cc520cd4a0
@ -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 }
|
||||||
|
Loading…
Reference in New Issue
Block a user