mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
Auto merge of #8586 - pitaj:fix-8378, r=flip1995
specify serde version compatible with codebase fix #8378 changelog: none
This commit is contained in:
commit
e1ddf29ee3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ derive-new = "0.5"
|
|||
if_chain = "1.0"
|
||||
itertools = "0.10.1"
|
||||
quote = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde = { version = "1.0.125", features = ["derive"] }
|
||||
syn = { version = "1.0", features = ["full"] }
|
||||
futures = "0.3"
|
||||
parking_lot = "0.11.2"
|
||||
|
|
Loading…
Reference in a new issue