bump serde to 1.0.163 (#7315)

* bump serde to 1.0.163

* bump ci

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Sam Johnson
2023-05-31 13:41:43 -04:00
committed by GitHub
parent aa55e3206b
commit 7f5f3bb20a
15 changed files with 201 additions and 201 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ version.workspace = true
bounded-collections = { version = "0.1.7", default-features = false }
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.137", optional = true, features = ["derive"] }
serde = { version = "1.0.163", optional = true, features = ["derive"] }
log = { version = "0.4.17", default-features = false }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }