mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +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
@@ -22,7 +22,7 @@ sc-client-api = { path = "../../../client/api" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { path = "../../../primitives/state-machine" }
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
|
||||
kvdb = "0.13.0"
|
||||
kvdb-rocksdb = "0.19.0"
|
||||
|
||||
Reference in New Issue
Block a user