Enable feature serde of semver

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-26 21:57:57 +10:00
parent e990151919
commit f7c798352a
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
3 changed files with 19 additions and 1 deletions

View file

@ -38,7 +38,7 @@ mimalloc = { version = "0.1.29", default-features = false, optional = true }
once_cell = "1.13.0"
reqwest = { version = "0.11.11", features = ["stream"], default-features = false }
scopeguard = "1.1.0"
semver = "1.0.12"
semver = { version = "1.0.12", features = ["serde"] }
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
simplelog = "0.12.0"