Auto merge of #12396 - weihanglo:serde-derive, r=epage

fix(cargo-credential): should enable feature `serde/derive`
This commit is contained in:
bors 2023-07-24 14:29:38 +00:00
commit 7ac9416d82

View File

@ -7,6 +7,6 @@ repository = "https://github.com/rust-lang/cargo"
description = "A library to assist writing Cargo credential helpers."
[dependencies]
serde.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
time.workspace = true