mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Bump serde_json from 1.0.68 to 1.0.71 (#10321)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.68 to 1.0.71. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.68...v1.0.71) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+2
-2
@@ -8956,9 +8956,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.68"
|
version = "1.0.71"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
|
checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" }
|
|||||||
sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
|
sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
|
||||||
sp-state-machine = { version = "0.10.0-dev", path = "../../../primitives/state-machine" }
|
sp-state-machine = { version = "0.10.0-dev", path = "../../../primitives/state-machine" }
|
||||||
serde = "1.0.126"
|
serde = "1.0.126"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
derive_more = "0.99.16"
|
derive_more = "0.99.16"
|
||||||
kvdb = "0.10.0"
|
kvdb = "0.10.0"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ impl-trait-for-tuples = "0.2.1"
|
|||||||
sc-network = { version = "0.10.0-dev", path = "../network" }
|
sc-network = { version = "0.10.0-dev", path = "../network" }
|
||||||
sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
|
sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
|
||||||
serde = { version = "1.0.126", features = ["derive"] }
|
serde = { version = "1.0.126", features = ["derive"] }
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
||||||
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
|
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ parity-scale-codec = "2.3.1"
|
|||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
tiny-bip39 = "0.8.2"
|
tiny-bip39 = "0.8.2"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
||||||
sp-panic-handler = { version = "4.0.0-dev", path = "../../primitives/panic-handler" }
|
sp-panic-handler = { version = "4.0.0-dev", path = "../../primitives/panic-handler" }
|
||||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ sp-keystore = { version = "0.10.0-dev", path = "../../../../primitives/keystore"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sc-consensus = { version = "0.10.0-dev", path = "../../../consensus/common" }
|
sc-consensus = { version = "0.10.0-dev", path = "../../../consensus/common" }
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
sp-keyring = { version = "4.0.0-dev", path = "../../../../primitives/keyring" }
|
sp-keyring = { version = "4.0.0-dev", path = "../../../../primitives/keyring" }
|
||||||
sc-keystore = { version = "4.0.0-dev", path = "../../../keystore" }
|
sc-keystore = { version = "4.0.0-dev", path = "../../../keystore" }
|
||||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" }
|
substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" }
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ sp-keystore = { version = "0.10.0-dev", path = "../../primitives/keystore" }
|
|||||||
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
|
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
|
||||||
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
|
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
|
||||||
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||||
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
||||||
sc-network = { version = "0.10.0-dev", path = "../network" }
|
sc-network = { version = "0.10.0-dev", path = "../network" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
|
|||||||
sp-keystore = { version = "0.10.0-dev", path = "../../primitives/keystore" }
|
sp-keystore = { version = "0.10.0-dev", path = "../../primitives/keystore" }
|
||||||
hex = "0.4.0"
|
hex = "0.4.0"
|
||||||
parking_lot = "0.11.1"
|
parking_lot = "0.11.1"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
|
|||||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||||
sc-peerset = { version = "4.0.0-dev", path = "../peerset" }
|
sc-peerset = { version = "4.0.0-dev", path = "../peerset" }
|
||||||
serde = { version = "1.0.126", features = ["derive"] }
|
serde = { version = "1.0.126", features = ["derive"] }
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
smallvec = "1.7.0"
|
smallvec = "1.7.0"
|
||||||
sp-arithmetic = { version = "4.0.0-dev", path = "../../primitives/arithmetic" }
|
sp-arithmetic = { version = "4.0.0-dev", path = "../../primitives/arithmetic" }
|
||||||
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ futures = "0.3.9"
|
|||||||
libp2p = { version = "0.39.1", default-features = false }
|
libp2p = { version = "0.39.1", default-features = false }
|
||||||
sc-utils = { version = "4.0.0-dev", path = "../utils"}
|
sc-utils = { version = "4.0.0-dev", path = "../utils"}
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
wasm-timer = "0.2"
|
wasm-timer = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ sp-version = { version = "4.0.0-dev", path = "../../primitives/version" }
|
|||||||
sp-runtime = { path = "../../primitives/runtime", version = "4.0.0-dev" }
|
sp-runtime = { path = "../../primitives/runtime", version = "4.0.0-dev" }
|
||||||
sc-chain-spec = { path = "../chain-spec", version = "4.0.0-dev" }
|
sc-chain-spec = { path = "../chain-spec", version = "4.0.0-dev" }
|
||||||
serde = { version = "1.0.126", features = ["derive"] }
|
serde = { version = "1.0.126", features = ["derive"] }
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" }
|
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" }
|
||||||
sp-rpc = { version = "4.0.0-dev", path = "../../primitives/rpc" }
|
sp-rpc = { version = "4.0.0-dev", path = "../../primitives/rpc" }
|
||||||
sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }
|
sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jsonrpc-core = "18.0.0"
|
|||||||
pubsub = { package = "jsonrpc-pubsub", version = "18.0.0" }
|
pubsub = { package = "jsonrpc-pubsub", version = "18.0.0" }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev"}
|
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev"}
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
tokio = "1.13"
|
tokio = "1.13"
|
||||||
http = { package = "jsonrpc-http-server", version = "18.0.0" }
|
http = { package = "jsonrpc-http-server", version = "18.0.0" }
|
||||||
ipc = { package = "jsonrpc-ipc-server", version = "18.0.0" }
|
ipc = { package = "jsonrpc-ipc-server", version = "18.0.0" }
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ log = "0.4.8"
|
|||||||
sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
|
sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
|
||||||
rpc = { package = "jsonrpc-core", version = "18.0.0" }
|
rpc = { package = "jsonrpc-core", version = "18.0.0" }
|
||||||
sp-version = { version = "4.0.0-dev", path = "../../primitives/version" }
|
sp-version = { version = "4.0.0-dev", path = "../../primitives/version" }
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
sp-session = { version = "4.0.0-dev", path = "../../primitives/session" }
|
sp-session = { version = "4.0.0-dev", path = "../../primitives/session" }
|
||||||
sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" }
|
sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" }
|
||||||
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ exit-future = "0.2.0"
|
|||||||
pin-project = "1.0.8"
|
pin-project = "1.0.8"
|
||||||
hash-db = "0.15.2"
|
hash-db = "0.15.2"
|
||||||
serde = "1.0.126"
|
serde = "1.0.126"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
||||||
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
||||||
sp-trie = { version = "4.0.0-dev", path = "../../primitives/trie" }
|
sp-trie = { version = "4.0.0-dev", path = "../../primitives/trie" }
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ sc-consensus-babe = { version = "0.10.0-dev", path = "../consensus/babe" }
|
|||||||
sc-consensus-epochs = { version = "0.10.0-dev", path = "../consensus/epochs" }
|
sc-consensus-epochs = { version = "0.10.0-dev", path = "../consensus/epochs" }
|
||||||
sc-finality-grandpa = { version = "0.10.0-dev", path = "../finality-grandpa" }
|
sc-finality-grandpa = { version = "0.10.0-dev", path = "../finality-grandpa" }
|
||||||
sc-rpc-api = { version = "0.10.0-dev", path = "../rpc-api" }
|
sc-rpc-api = { version = "0.10.0-dev", path = "../rpc-api" }
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
serde = { version = "1.0.126", features = ["derive"] }
|
serde = { version = "1.0.126", features = ["derive"] }
|
||||||
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
||||||
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
||||||
|
|||||||
@@ -23,6 +23,6 @@ log = "0.4.8"
|
|||||||
pin-project = "1.0.8"
|
pin-project = "1.0.8"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
serde = { version = "1.0.126", features = ["derive"] }
|
serde = { version = "1.0.126", features = ["derive"] }
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
|
|||||||
pallet-mmr-primitives = { version = "4.0.0-dev", path = "../primitives" }
|
pallet-mmr-primitives = { version = "4.0.0-dev", path = "../primitives" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../su
|
|||||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
|
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
|
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ serde = { version = "1.0.126", optional = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
smallvec = "1.7.0"
|
smallvec = "1.7.0"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
|
|
||||||
sp-storage = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/storage" }
|
sp-storage = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/storage" }
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ sp-core = { version = "4.0.0-dev", path = "../core" }
|
|||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ hash256-std-hasher = { version = "0.15.2", default-features = false }
|
|||||||
either = { version = "1.5", default-features = false }
|
either = { version = "1.5", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
sp-state-machine = { version = "0.10.0-dev", path = "../state-machine" }
|
sp-state-machine = { version = "0.10.0-dev", path = "../state-machine" }
|
||||||
sp-api = { version = "4.0.0-dev", path = "../api" }
|
sp-api = { version = "4.0.0-dev", path = "../api" }
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = "1.0.126"
|
serde = "1.0.126"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0" }
|
|||||||
futures = "0.3.16"
|
futures = "0.3.16"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
serde = "1.0.126"
|
serde = "1.0.126"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.71"
|
||||||
sc-client-api = { version = "4.0.0-dev", path = "../../client/api" }
|
sc-client-api = { version = "4.0.0-dev", path = "../../client/api" }
|
||||||
sc-client-db = { version = "0.10.0-dev", features = [
|
sc-client-db = { version = "0.10.0-dev", features = [
|
||||||
"test-helpers",
|
"test-helpers",
|
||||||
|
|||||||
Reference in New Issue
Block a user