Use the same serde version across the entire workspace
This commit is contained in:
parent
9a99eaee96
commit
5471217089
36 changed files with 80 additions and 76 deletions
|
@ -24,7 +24,7 @@ smol = "1.2.5"
|
|||
regex = "1.5"
|
||||
git2 = { version = "0.15", default-features = false }
|
||||
serde = { workspace = true }
|
||||
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
|
||||
serde_derive = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||
libc = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue