Update serde to 1.0.131 (#853)

This commit is contained in:
Keith Yeung
2021-12-11 05:10:51 -08:00
committed by GitHub
parent 108ddfa600
commit 308cb3e76b
18 changed files with 18 additions and 18 deletions
@@ -20,7 +20,7 @@ frame-support = { git = "https://github.com/paritytech/substrate", default-featu
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
[dev-dependencies]
serde = { version = "1.0.119" }
serde = { version = "1.0.131" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }