Auto merge of #8586 - pitaj:fix-8378, r=flip1995

specify serde version compatible with codebase

fix #8378

changelog: none
This commit is contained in:
bors 2022-03-30 15:46:48 +00:00
commit e1ddf29ee3

View file

@ -45,7 +45,7 @@ derive-new = "0.5"
if_chain = "1.0" if_chain = "1.0"
itertools = "0.10.1" itertools = "0.10.1"
quote = "1.0" quote = "1.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0.125", features = ["derive"] }
syn = { version = "1.0", features = ["full"] } syn = { version = "1.0", features = ["full"] }
futures = "0.3" futures = "0.3"
parking_lot = "0.11.2" parking_lot = "0.11.2"