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
+1 -1
View File
@@ -14,7 +14,7 @@ futures = { version = "0.3.1", features = ["compat"] }
log = "0.4.8"
codec = { package = "parity-scale-codec", version = "2.3.0" }
structopt = "0.3.3"
serde = { version = "1.0.131", features = ["derive"] }
serde = { version = "1.0.132", features = ["derive"] }
hex-literal = "0.2.1"
async-trait = "0.1.42"