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 c342de58bb
commit d78ea860ec
18 changed files with 18 additions and 18 deletions
@@ -11,7 +11,7 @@ hex-literal = { version = "0.3.1", optional = true }
log = { version = "0.4.14", default-features = false }
parachain-info = { path = "../pallets/parachain-info", default-features = false }
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.131", optional = true, features = ["derive"] }
serde = { version = "1.0.132", optional = true, features = ["derive"] }
smallvec = "1.6.1"
# Substrate dependencies