proxmox-rrd: remove serde dependency
This commit is contained in:
parent
d1c3bc5350
commit
dbc42e6f75
|
@ -8,7 +8,6 @@ description = "Simple RRD database implementation."
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
bitflags = "1.2.1"
|
||||
serde = { version = "1.0", features = [] }
|
||||
|
||||
proxmox = { version = "0.13.5", features = ["api-macro"] }
|
||||
|
||||
|
|
Loading…
Reference in New Issue