mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 05:41:07 +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
@@ -18,7 +18,7 @@ futures = "0.3.21"
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.1"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
sc-block-builder = { path = "../block-builder" }
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-client-api = { path = "../api" }
|
||||
|
||||
Reference in New Issue
Block a user