mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +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
Generated
+4
-4
@@ -1470,8 +1470,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"
|
||||
dependencies = [
|
||||
"bitcoin_hashes",
|
||||
"rand 0.7.3",
|
||||
"rand_core 0.5.1",
|
||||
"rand 0.8.5",
|
||||
"rand_core 0.6.4",
|
||||
"serde",
|
||||
"unicode-normalization",
|
||||
]
|
||||
@@ -16459,9 +16459,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.107"
|
||||
version = "1.0.108"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
||||
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
||||
@@ -33,7 +33,7 @@ jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
|
||||
tracing = "0.1.37"
|
||||
async-trait = "0.1.73"
|
||||
url = "2.4.0"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
serde = "1.0.188"
|
||||
schnellru = "0.2.1"
|
||||
smoldot = { version = "0.11.0", default_features = false, features = ["std"]}
|
||||
|
||||
@@ -17,7 +17,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
futures = "0.3.28"
|
||||
serde_json = "1.0.104"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
# Local
|
||||
parachain-template-runtime = { path = "../runtime" }
|
||||
|
||||
@@ -10,7 +10,7 @@ publish = false
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false }
|
||||
paste = "1.0.14"
|
||||
serde_json = "1.0.104"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
# Substrate
|
||||
grandpa = { package = "sc-consensus-grandpa", path = "../../../../../substrate/client/consensus/grandpa" }
|
||||
|
||||
@@ -19,7 +19,7 @@ futures = "0.3.28"
|
||||
hex-literal = "0.4.1"
|
||||
log = "0.4.20"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
# Local
|
||||
rococo-parachain-runtime = { path = "../parachains/runtimes/testing/rococo-parachain" }
|
||||
|
||||
@@ -17,7 +17,7 @@ criterion = { version = "0.5.1", features = [ "async_tokio" ] }
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
tokio = { version = "1.32.0", features = ["macros"] }
|
||||
tracing = "0.1.37"
|
||||
url = "2.4.0"
|
||||
|
||||
@@ -82,7 +82,7 @@ gum = { package = "tracing-gum", path = "../gum" }
|
||||
log = "0.4.17"
|
||||
schnellru = "0.2.1"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0.48"
|
||||
kvdb = "0.13.0"
|
||||
kvdb-rocksdb = { version = "0.19.0", optional = true }
|
||||
|
||||
@@ -11,7 +11,7 @@ futures = "0.3.21"
|
||||
hex = "0.4.3"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.106"
|
||||
serde_json = "1.0.108"
|
||||
tempfile = "3.2.0"
|
||||
tokio = "1.24.2"
|
||||
|
||||
|
||||
@@ -19,4 +19,4 @@ reqwest = { version = "0.11", features = ["rustls-tls"], default-features = fals
|
||||
thiserror = "1.0.48"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
@@ -64,7 +64,7 @@ pallet-babe = { path = "../../../substrate/frame/babe" }
|
||||
pallet-treasury = { path = "../../../substrate/frame/treasury" }
|
||||
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
||||
sp-keyring = { path = "../../../substrate/primitives/keyring" }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
libsecp256k1 = "0.7.0"
|
||||
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" }
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../pri
|
||||
sp-tracing = { path = "../../../substrate/primitives/tracing" }
|
||||
thousands = "0.2.0"
|
||||
assert_matches = "1"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -108,7 +108,7 @@ keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyrin
|
||||
remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" }
|
||||
sp-trie = { path = "../../../substrate/primitives/trie" }
|
||||
separator = "0.4.1"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false }
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ hex-literal = "0.4.1"
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" }
|
||||
sp-trie = { path = "../../../substrate/primitives/trie" }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" }
|
||||
|
||||
@@ -116,7 +116,7 @@ xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder",
|
||||
hex-literal = "0.4.1"
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" }
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false }
|
||||
|
||||
@@ -21,7 +21,7 @@ clap = { version = "4.0.9", features = ["derive"] }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures-timer = "3.0.1"
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
sc-cli = { path = "../../../client/cli" }
|
||||
sc-executor = { path = "../../../client/executor" }
|
||||
|
||||
@@ -19,7 +19,7 @@ name = "node-template"
|
||||
[dependencies]
|
||||
clap = { version = "4.4.6", features = ["derive"] }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"]}
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
sc-cli = { path = "../../../client/cli" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
|
||||
@@ -39,7 +39,7 @@ sp-std = { path = "../../../primitives/std", default-features = false}
|
||||
sp-storage = { path = "../../../primitives/storage", default-features = false}
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool", default-features = false}
|
||||
sp-version = { path = "../../../primitives/version", default-features = false, features = ["serde"] }
|
||||
serde_json = { version = "1.0.85", default-features = false, features = ["alloc"] }
|
||||
serde_json = { version = "1.0.108", default-features = false, features = ["alloc"] }
|
||||
sp-genesis-builder = { default-features = false, path = "../../../primitives/genesis-builder" }
|
||||
|
||||
# Used for the node template's RPCs
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -47,7 +47,7 @@ sp-consensus-babe = { path = "../../../primitives/consensus/babe" }
|
||||
sp-externalities = { path = "../../../primitives/externalities" }
|
||||
sp-keyring = { path = "../../../primitives/keyring" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
[features]
|
||||
stress-test = []
|
||||
|
||||
@@ -23,7 +23,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] }
|
||||
static_assertions = "1.1.0"
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
serde_json = { version = "1.0.85", default-features = false, features = ["alloc", "arbitrary_precision"] }
|
||||
serde_json = { version = "1.0.108", default-features = false, features = ["alloc", "arbitrary_precision"] }
|
||||
|
||||
# pallet-asset-conversion: turn on "num-traits" feature
|
||||
primitive-types = { version = "0.12.0", default-features = false, features = ["codec", "scale-info", "num-traits"] }
|
||||
|
||||
@@ -28,7 +28,7 @@ log = "0.4.17"
|
||||
node-cli = { package = "staging-node-cli", path = "../../node/cli" }
|
||||
sc-chain-spec = { path = "../../../client/chain-spec" }
|
||||
sc-keystore = { path = "../../../client/keystore" }
|
||||
serde_json = "1.0.100"
|
||||
serde_json = "1.0.108"
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-keystore = { path = "../../../primitives/keystore" }
|
||||
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
memmap2 = "0.5.0"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-chain-spec-derive = { path = "derive" }
|
||||
sc-executor = { path = "../executor" }
|
||||
|
||||
@@ -27,7 +27,7 @@ rand = "0.8.5"
|
||||
regex = "1.6.0"
|
||||
rpassword = "7.0.0"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0.48"
|
||||
bip39 = "2.0.0"
|
||||
tokio = { version = "1.22.0", features = ["signal", "rt-multi-thread", "parking_lot"] }
|
||||
|
||||
@@ -30,7 +30,7 @@ sp-keystore = { path = "../../../../primitives/keystore" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
tokio = "1.22.0"
|
||||
sc-consensus = { path = "../../common" }
|
||||
sc-keystore = { path = "../../../keystore" }
|
||||
|
||||
@@ -23,7 +23,7 @@ sp-core = { path = "../../../../primitives/core" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
sc-rpc = { path = "../../../rpc", features = ["test-helpers"]}
|
||||
substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" }
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
|
||||
@@ -25,7 +25,7 @@ log = "0.4.17"
|
||||
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0"
|
||||
fork-tree = { path = "../../../utils/fork-tree" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
array-bytes = "6.1"
|
||||
parking_lot = "0.12.1"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0"
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
|
||||
@@ -23,4 +23,4 @@ sp-runtime = { path = "../../../primitives/runtime" }
|
||||
anyhow = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
@@ -34,7 +34,7 @@ partial_sort = "0.2.0"
|
||||
pin-project = "1.0.12"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
smallvec = "1.11.0"
|
||||
thiserror = "1.0"
|
||||
unsigned-varint = { version = "0.7.1", features = ["futures", "asynchronous_codec"] }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0"
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-mixnet = { path = "../mixnet" }
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
log = "0.4.17"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
tokio = { version = "1.22.0", features = ["parking_lot"] }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" }
|
||||
tower-http = { version = "0.4.0", features = ["cors"] }
|
||||
|
||||
@@ -37,7 +37,7 @@ array-bytes = "6.1"
|
||||
log = "0.4.17"
|
||||
futures-util = { version = "0.3.19", default-features = false }
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0.108"
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
substrate-test-runtime = { path = "../../test-utils/runtime" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -35,7 +35,7 @@ futures-timer = "3.0.1"
|
||||
exit-future = "0.2.0"
|
||||
pin-project = "1.0.12"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
sc-keystore = { path = "../keystore" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-trie = { path = "../../primitives/trie" }
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0.48"
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-client-api = { path = "../api" }
|
||||
|
||||
@@ -22,7 +22,7 @@ rand_pcg = "0.3.1"
|
||||
derive_more = "0.99"
|
||||
regex = "1"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
|
||||
@@ -23,6 +23,6 @@ pin-project = "1.0.12"
|
||||
sc-utils = { path = "../utils" }
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0.48"
|
||||
wasm-timer = "0.2.5"
|
||||
|
||||
@@ -20,4 +20,4 @@ sp-core = { path = "../../../primitives/core", default-features = false}
|
||||
sp-runtime = { path = "../../../primitives/runtime", default-features = false}
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ sp-runtime = { path = "../../primitives/runtime", default-features = false}
|
||||
sp-std = { path = "../../primitives/std", default-features = false}
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
pallet-balances = { path = "../balances" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -30,7 +30,7 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive
|
||||
serde = { version = "1.0.188", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
sp-storage = { path = "../../../primitives/storage", default-features = false}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
scale-codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.163", default-features = false, features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.188", default-features = false, features = ["derive"], optional = true }
|
||||
sp-api = { default-features = false, path = "../../api" }
|
||||
sp-application-crypto = { default-features = false, path = "../../application-crypto", features = ["bandersnatch-experimental"] }
|
||||
sp-consensus-slots = { default-features = false, path = "../slots" }
|
||||
|
||||
@@ -62,7 +62,7 @@ bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "cbc342e",
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4.0"
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0.108"
|
||||
sp-core-hashing-proc-macro = { path = "hashing/proc-macro" }
|
||||
|
||||
[[bench]]
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-api = { path = "../api", default-features = false}
|
||||
sp-runtime = { path = "../runtime", default-features = false}
|
||||
sp-std = { path = "../std", 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"] }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -18,4 +18,4 @@ serde = { version = "1.0.188", features = ["derive"] }
|
||||
sp-core = { path = "../core" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
@@ -32,7 +32,7 @@ sp-weights = { path = "../weights", default-features = false}
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
sp-api = { path = "../api" }
|
||||
sp-state-machine = { path = "../state-machine" }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -27,7 +27,7 @@ log = "0.4.17"
|
||||
rand = { version = "0.8.4", features = ["small_rng"] }
|
||||
rand_pcg = "0.3.1"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0.48"
|
||||
thousands = "0.2.0"
|
||||
frame-benchmarking = { path = "../../../frame/benchmarking" }
|
||||
|
||||
@@ -29,4 +29,4 @@ sc-rpc-api = { path = "../../../../client/rpc-api" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1"
|
||||
serde_json = "1.0.108"
|
||||
|
||||
@@ -40,7 +40,7 @@ hex = { version = "0.4.3", default-features = false }
|
||||
log = "0.4.17"
|
||||
parity-scale-codec = "3.6.1"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user