proxmox-rest-server: add missing 'derive' feature

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-11 13:57:48 +01:00
parent af6fdb9d0d
commit fd7f760304
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ nix = "0.19.1"
once_cell = "1.3.1"
percent-encoding = "2.1"
regex = "1.5"
serde = { version = "1.0", features = [] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
tokio = { version = "1.6", features = ["signal", "process"] }
tokio-openssl = "0.6.1"