Skip to content

Commit bf1c639

Browse files
Bump serde_json from 1.0.93 to 1.0.96
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.96. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.93...v1.0.96) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f79a5a commit bf1c639

File tree

28 files changed

+30
-30
lines changed

28 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" }
2222
sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" }
2323
sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" }
2424
serde = "1.0.136"
25-
serde_json = "1.0.85"
25+
serde_json = "1.0.96"
2626
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
2727
kvdb = "0.13.0"
2828
kvdb-rocksdb = "0.17.0"

bin/node/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sc-cli = { version = "0.10.0-dev", optional = true, path = "../../../client/cli"
101101
frame-benchmarking-cli = { version = "4.0.0-dev", optional = true, path = "../../../utils/frame/benchmarking-cli" }
102102
node-inspect = { version = "0.9.0-dev", optional = true, path = "../inspect" }
103103
try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" }
104-
serde_json = "1.0.85"
104+
serde_json = "1.0.96"
105105

106106
[dev-dependencies]
107107
sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" }

client/chain-spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
[dependencies]
1616
memmap2 = "0.5.0"
1717
serde = { version = "1.0.136", features = ["derive"] }
18-
serde_json = "1.0.85"
18+
serde_json = "1.0.96"
1919
sc-client-api = { version = "4.0.0-dev", path = "../api" }
2020
sc-chain-spec-derive = { version = "4.0.0-dev", path = "./derive" }
2121
sc-executor = { version = "0.10.0-dev", path = "../executor" }

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rand = "0.8.5"
2626
regex = "1.6.0"
2727
rpassword = "7.0.0"
2828
serde = "1.0.136"
29-
serde_json = "1.0.85"
29+
serde_json = "1.0.96"
3030
thiserror = "1.0.30"
3131
tiny-bip39 = "1.0.0"
3232
tokio = { version = "1.22.0", features = ["signal", "rt-multi-thread", "parking_lot"] }

client/consensus/babe/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sp-keystore = { version = "0.13.0", path = "../../../../primitives/keystore" }
3030
sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" }
3131

3232
[dev-dependencies]
33-
serde_json = "1.0.85"
33+
serde_json = "1.0.96"
3434
tokio = "1.22.0"
3535
sc-consensus = { version = "0.10.0-dev", path = "../../../consensus/common" }
3636
sc-keystore = { version = "4.0.0-dev", path = "../../../keystore" }

client/consensus/beefy/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sp-core = { version = "7.0.0", path = "../../../../primitives/core" }
2323
sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" }
2424

2525
[dev-dependencies]
26-
serde_json = "1.0.85"
26+
serde_json = "1.0.96"
2727
sc-rpc = { version = "4.0.0-dev", features = ["test-helpers"], path = "../../../rpc" }
2828
substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" }
2929
tokio = { version = "1.22.0", features = ["macros"] }

client/consensus/grandpa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ log = "0.4.17"
2525
parity-scale-codec = { version = "3.2.2", features = ["derive"] }
2626
parking_lot = "0.12.1"
2727
rand = "0.8.5"
28-
serde_json = "1.0.85"
28+
serde_json = "1.0.96"
2929
thiserror = "1.0"
3030
fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" }
3131
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }

client/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
array-bytes = "4.1"
1818
async-trait = "0.1.57"
1919
parking_lot = "0.12.1"
20-
serde_json = "1.0.85"
20+
serde_json = "1.0.96"
2121
thiserror = "1.0"
2222
sp-application-crypto = { version = "7.0.0", path = "../../primitives/application-crypto" }
2323
sp-core = { version = "7.0.0", path = "../../primitives/core" }

client/merkle-mountain-range/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" }
2323
anyhow = "1"
2424

2525
[dev-dependencies]
26-
serde_json = "1.0.85"
26+
serde_json = "1.0.96"

0 commit comments

Comments
 (0)