Skip to content

Commit e1ddf29

Browse files
committed
Auto merge of #8586 - pitaj:fix-8378, r=flip1995
specify serde version compatible with codebase fix #8378 changelog: none
2 parents d9819c3 + bca047d commit e1ddf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ derive-new = "0.5"
4545
if_chain = "1.0"
4646
itertools = "0.10.1"
4747
quote = "1.0"
48-
serde = { version = "1.0", features = ["derive"] }
48+
serde = { version = "1.0.125", features = ["derive"] }
4949
syn = { version = "1.0", features = ["full"] }
5050
futures = "0.3"
5151
parking_lot = "0.11.2"

0 commit comments

Comments
 (0)