mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31: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 @@ async-trait = "0.1.57"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
futures = "0.3.21"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
sc-client-api = { path = "../../client/api" }
|
||||
sc-client-db = { path = "../../client/db", default-features = false, features = [
|
||||
"test-helpers",
|
||||
|
||||
@@ -59,7 +59,7 @@ substrate-test-runtime-client = { path = "client" }
|
||||
sp-tracing = { path = "../../primitives/tracing" }
|
||||
json-patch = { version = "1.0.0", default-features = false }
|
||||
serde = { version = "1.0.188", features = ["alloc", "derive"], 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"] }
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { path = "../../utils/wasm-builder", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user