serde_json: bumped to 1.0.108 (#2168)

This PR updates the version of `serde_json` to `1.0.108` throughout the
codebase.
This commit is contained in:
Michal Kucharczyk
2023-11-06 13:00:06 +01:00
committed by GitHub
parent 7b06e634fe
commit 305aefc43d
52 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ name = "node-template"
[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
futures = { version = "0.3.21", features = ["thread-pool"]}
serde_json = "1.0.85"
serde_json = "1.0.108"
sc-cli = { path = "../../../client/cli" }
sp-core = { path = "../../../primitives/core" }