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 1b13673164
commit 1a71d006a7
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ codec = { package = "parity-scale-codec", version = "2.3.0", default-features =
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 }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
serde = { version = "1.0.131", optional = true, features = ["derive"] }
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
smallvec = "1.6.1"