mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 20:55:41 +00:00
Bump serde_json from 1.0.74 to 1.0.79 (#11020)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.74 to 1.0.79. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.74...v1.0.79) --- 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
@@ -9399,9 +9399,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.74"
|
version = "1.0.79"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa 1.0.1",
|
"itoa 1.0.1",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" }
|
|||||||
sp-runtime = { version = "6.0.0", path = "../../../primitives/runtime" }
|
sp-runtime = { version = "6.0.0", path = "../../../primitives/runtime" }
|
||||||
sp-state-machine = { version = "0.12.0", path = "../../../primitives/state-machine" }
|
sp-state-machine = { version = "0.12.0", path = "../../../primitives/state-machine" }
|
||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
derive_more = "0.99.16"
|
derive_more = "0.99.16"
|
||||||
kvdb = "0.11.0"
|
kvdb = "0.11.0"
|
||||||
kvdb-rocksdb = "0.15.1"
|
kvdb-rocksdb = "0.15.1"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ beefy-gadget = { version = "4.0.0-dev", path = "../." }
|
|||||||
beefy-primitives = { version = "4.0.0-dev", path = "../../../primitives/beefy" }
|
beefy-primitives = { version = "4.0.0-dev", path = "../../../primitives/beefy" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
|
|
||||||
sc-rpc = { version = "4.0.0-dev", path = "../../rpc", features = [
|
sc-rpc = { version = "4.0.0-dev", path = "../../rpc", features = [
|
||||||
"test-helpers",
|
"test-helpers",
|
||||||
|
|||||||
@@ -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 = "6.0.0", path = "../../primitives/core" }
|
sp-core = { version = "6.0.0", path = "../../primitives/core" }
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
sp-runtime = { version = "6.0.0", 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 = "3.0.0" }
|
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ rand = "0.7.3"
|
|||||||
regex = "1.5.4"
|
regex = "1.5.4"
|
||||||
rpassword = "5.0.0"
|
rpassword = "5.0.0"
|
||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
tiny-bip39 = "0.8.2"
|
tiny-bip39 = "0.8.2"
|
||||||
tokio = { version = "1.15", features = ["signal", "rt-multi-thread", "parking_lot"] }
|
tokio = { version = "1.15", features = ["signal", "rt-multi-thread", "parking_lot"] }
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ sp-keystore = { version = "0.12.0", 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.74"
|
serde_json = "1.0.79"
|
||||||
sp-keyring = { version = "6.0.0", path = "../../../../primitives/keyring" }
|
sp-keyring = { version = "6.0.0", 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" }
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ sp-keystore = { version = "0.12.0", 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.74"
|
serde_json = "1.0.79"
|
||||||
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 = "6.0.0", path = "../../primitives/core" }
|
|||||||
sp-keystore = { version = "0.12.0", path = "../../primitives/keystore" }
|
sp-keystore = { version = "0.12.0", path = "../../primitives/keystore" }
|
||||||
hex = "0.4.0"
|
hex = "0.4.0"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|||||||
@@ -45,7 +45,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.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
smallvec = "1.8.0"
|
smallvec = "1.8.0"
|
||||||
sp-arithmetic = { version = "5.0.0", path = "../../primitives/arithmetic" }
|
sp-arithmetic = { version = "5.0.0", 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.19"
|
|||||||
libp2p = { version = "0.40.0", default-features = false }
|
libp2p = { version = "0.40.0", 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.74"
|
serde_json = "1.0.79"
|
||||||
wasm-timer = "0.2"
|
wasm-timer = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ sp-version = { version = "5.0.0", path = "../../primitives/version" }
|
|||||||
sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
||||||
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.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
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 = "6.0.0", path = "../../primitives/rpc" }
|
sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" }
|
||||||
sp-tracing = { version = "5.0.0", path = "../../primitives/tracing" }
|
sp-tracing = { version = "5.0.0", 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.74"
|
serde_json = "1.0.79"
|
||||||
tokio = { version = "1.15", features = ["parking_lot"] }
|
tokio = { version = "1.15", features = ["parking_lot"] }
|
||||||
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 = "6.0.0", path = "../../primitives/core" }
|
sp-core = { version = "6.0.0", path = "../../primitives/core" }
|
||||||
rpc = { package = "jsonrpc-core", version = "18.0.0" }
|
rpc = { package = "jsonrpc-core", version = "18.0.0" }
|
||||||
sp-version = { version = "5.0.0", path = "../../primitives/version" }
|
sp-version = { version = "5.0.0", path = "../../primitives/version" }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
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 = "6.0.0", path = "../../primitives/runtime" }
|
sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ exit-future = "0.2.0"
|
|||||||
pin-project = "1.0.10"
|
pin-project = "1.0.10"
|
||||||
hash-db = "0.15.2"
|
hash-db = "0.15.2"
|
||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
||||||
sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
||||||
sp-trie = { version = "6.0.0", path = "../../primitives/trie" }
|
sp-trie = { version = "6.0.0", path = "../../primitives/trie" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
|||||||
sc-consensus-babe = { version = "0.10.0-dev", path = "../consensus/babe" }
|
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" }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", 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 = "6.0.0", path = "../../primitives/runtime" }
|
sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
||||||
|
|||||||
@@ -23,6 +23,6 @@ log = "0.4.8"
|
|||||||
pin-project = "1.0.10"
|
pin-project = "1.0.10"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ sp-runtime = { version = "6.0.0", 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.74"
|
serde_json = "1.0.79"
|
||||||
|
|||||||
@@ -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.74"
|
serde_json = "1.0.79"
|
||||||
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.136", optional = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
smallvec = "1.8.0"
|
smallvec = "1.8.0"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
|
|
||||||
sp-storage = { version = "6.0.0", default-features = false, path = "../../../primitives/storage" }
|
sp-storage = { version = "6.0.0", default-features = false, path = "../../../primitives/storage" }
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ sp-core = { version = "6.0.0", path = "../core" }
|
|||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
|
|||||||
@@ -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.74"
|
serde_json = "1.0.79"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
sp-state-machine = { version = "0.12.0", path = "../state-machine" }
|
sp-state-machine = { version = "0.12.0", 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.136"
|
serde = "1.0.136"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0" }
|
|||||||
futures = "0.3.19"
|
futures = "0.3.19"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
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",
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ codec = { version = "3.0.0", package = "parity-scale-codec" }
|
|||||||
clap = { version = "3.1.6", features = ["derive"] }
|
clap = { version = "3.1.6", features = ["derive"] }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.79"
|
||||||
handlebars = "4.1.6"
|
handlebars = "4.1.6"
|
||||||
Inflector = "0.11.4"
|
Inflector = "0.11.4"
|
||||||
linked-hash-map = "0.5.4"
|
linked-hash-map = "0.5.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user