proxmox-rest-server: add missing 'derive' feature
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
af6fdb9d0d
commit
fd7f760304
|
@ -23,7 +23,7 @@ nix = "0.19.1"
|
||||||
once_cell = "1.3.1"
|
once_cell = "1.3.1"
|
||||||
percent-encoding = "2.1"
|
percent-encoding = "2.1"
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
serde = { version = "1.0", features = [] }
|
serde = { version = "1.0", features = [ "derive" ] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tokio = { version = "1.6", features = ["signal", "process"] }
|
tokio = { version = "1.6", features = ["signal", "process"] }
|
||||||
tokio-openssl = "0.6.1"
|
tokio-openssl = "0.6.1"
|
||||||
|
|
Loading…
Reference in New Issue