Update serde to 1.0.132 (#871)

This commit is contained in:
Keith Yeung
2021-12-21 00:15:50 -08:00
committed by GitHub
parent f0b1e7484e
commit 1856c5df34
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.131" }
serde = { version = "1.0.132" }
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" }