mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 14:41:02 +00:00
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:
committed by
GitHub
parent
7b06e634fe
commit
305aefc43d
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user