mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 06:08:00 +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
@@ -108,7 +108,7 @@ sc-cli = { path = "../../../client/cli", optional = true}
|
||||
frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true}
|
||||
node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true}
|
||||
try-runtime-cli = { path = "../../../utils/frame/try-runtime/cli", optional = true}
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
[dev-dependencies]
|
||||
sc-keystore = { path = "../../../client/keystore" }
|
||||
|
||||
Reference in New Issue
Block a user