Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 4f8885d

Browse files
Bump serde_json from 1.0.85 to 1.0.94
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.94. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.85...v1.0.94) --- 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 5dc0704 commit 4f8885d

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

Cargo.lock

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

node/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ futures = "0.3.21"
7171
hex-literal = "0.3.4"
7272
gum = { package = "tracing-gum", path = "../gum/" }
7373
serde = { version = "1.0.137", features = ["derive"] }
74-
serde_json = "1.0.81"
74+
serde_json = "1.0.94"
7575
thiserror = "1.0.31"
7676
kvdb = "0.13.0"
7777
kvdb-rocksdb = { version = "0.17.0", optional = true }

node/test/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ substrate-test-client = { git = "https://github.com/paritytech/substrate", branc
5858

5959
[dev-dependencies]
6060
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
61-
serde_json = "1.0.81"
61+
serde_json = "1.0.94"
6262
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
6363
tokio = { version = "1.24.2", features = ["macros"] }
6464

runtime/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ frame-support-test = { git = "https://github.com/paritytech/substrate", branch =
5656
pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
5757
pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" }
5858
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
59-
serde_json = "1.0.81"
59+
serde_json = "1.0.94"
6060
libsecp256k1 = "0.7.0"
6161
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" }
6262

runtime/kusama/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tiny-keccak = { version = "2.0.2", features = ["keccak"] }
108108
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
109109
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
110110
separator = "0.4.1"
111-
serde_json = "1.0.81"
111+
serde_json = "1.0.94"
112112
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" }
113113
tokio = { version = "1.24.2", features = ["macros"] }
114114
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }

runtime/parachains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../pri
5858
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
5959
thousands = "0.2.0"
6060
assert_matches = "1"
61-
serde_json = "1.0.85"
61+
serde_json = "1.0.94"
6262

6363
[features]
6464
default = ["std"]

runtime/polkadot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ hex-literal = "0.3.4"
9999
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
100100
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
101101
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
102-
serde_json = "1.0.81"
102+
serde_json = "1.0.94"
103103
separator = "0.4.1"
104104
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" }
105105
tokio = { version = "1.24.2", features = ["macros"] }

runtime/rococo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substra
9696
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" }
9797
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
9898
separator = "0.4.1"
99-
serde_json = "1.0.81"
99+
serde_json = "1.0.94"
100100
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
101101
tokio = { version = "1.24.2", features = ["macros"] }
102102

runtime/test-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ hex-literal = "0.3.4"
6868
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
6969
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
7070
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
71-
serde_json = "1.0.81"
71+
serde_json = "1.0.94"
7272

7373
[build-dependencies]
7474
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }

runtime/westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default
100100
hex-literal = "0.3.4"
101101
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
102102
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
103-
serde_json = "1.0.81"
103+
serde_json = "1.0.94"
104104
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" }
105105
tokio = { version = "1.24.2", features = ["macros"] }
106106
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }

0 commit comments

Comments
 (0)