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
@@ -42,7 +42,7 @@ sp-core-hashing-proc-macro = { path = "../../primitives/core/hashing/proc-macro"
k256 = { version = "0.13.1", default-features = false, features = ["ecdsa"] }
environmental = { version = "1.1.4", default-features = false }
sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features=false}
serde_json = { version = "1.0.107", default-features = false, features = ["alloc"] }
serde_json = { version = "1.0.108", default-features = false, features = ["alloc"] }
docify = "0.2.6"
static_assertions = "1.1.0"
@@ -26,7 +26,7 @@ sp-runtime = { path = "../../primitives/runtime", default-features = false}
sp-std = { path = "../../primitives/std", default-features = false}
[dev-dependencies]
serde_json = "1.0.107"
serde_json = "1.0.108"
pallet-balances = { path = "../balances" }
[features]
@@ -30,7 +30,7 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive
serde = { version = "1.0.188", optional = true }
[dev-dependencies]
serde_json = "1.0.107"
serde_json = "1.0.108"
sp-storage = { path = "../../../primitives/storage", default-features = false}