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

Commit 6ef184e

Browse files
Bump serde from 1.0.162 to 1.0.163 (#14271)
* Bump serde from 1.0.162 to 1.0.163 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.162 to 1.0.163. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.162...v1.0.163) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * bump ci * bump ci for cumulus * bump ci again --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Johnson <[email protected]>
1 parent 7a64651 commit 6ef184e

File tree

61 files changed

+64
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+64
-64
lines changed

Diff for: Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: bin/node/bench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" }
2121
sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" }
2222
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
2323
sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" }
24-
serde = "1.0.136"
24+
serde = "1.0.163"
2525
serde_json = "1.0.85"
2626
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
2727
kvdb = "0.13.0"

Diff for: bin/node/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ crate-type = ["cdylib", "rlib"]
3838
array-bytes = "4.1"
3939
clap = { version = "4.2.5", features = ["derive"], optional = true }
4040
codec = { package = "parity-scale-codec", version = "3.2.2" }
41-
serde = { version = "1.0.136", features = ["derive"] }
41+
serde = { version = "1.0.163", features = ["derive"] }
4242
jsonrpsee = { version = "0.16.2", features = ["server"] }
4343
futures = "0.3.21"
4444
log = "0.4.17"

Diff for: client/chain-spec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
memmap2 = "0.5.0"
17-
serde = { version = "1.0.136", features = ["derive"] }
17+
serde = { version = "1.0.163", features = ["derive"] }
1818
serde_json = "1.0.85"
1919
sc-client-api = { version = "4.0.0-dev", path = "../api" }
2020
sc-chain-spec-derive = { version = "4.0.0-dev", path = "./derive" }

Diff for: client/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ parity-scale-codec = "3.2.2"
2525
rand = "0.8.5"
2626
regex = "1.6.0"
2727
rpassword = "7.0.0"
28-
serde = "1.0.136"
28+
serde = "1.0.163"
2929
serde_json = "1.0.85"
3030
thiserror = "1.0.30"
3131
tiny-bip39 = "1.0.0"

Diff for: client/consensus/babe/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
[dependencies]
1616
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
1717
futures = "0.3.21"
18-
serde = { version = "1.0.136", features = ["derive"] }
18+
serde = { version = "1.0.163", features = ["derive"] }
1919
thiserror = "1.0"
2020
sc-consensus-babe = { version = "0.10.0-dev", path = "../" }
2121
sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" }

Diff for: client/consensus/beefy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sp-mmr-primitives = { version = "4.0.0-dev", path = "../../../primitives/merkle-
4040
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
4141

4242
[dev-dependencies]
43-
serde = "1.0.136"
43+
serde = "1.0.163"
4444
tempfile = "3.1.0"
4545
tokio = "1.22.0"
4646
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }

Diff for: client/consensus/beefy/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures = "0.3.21"
1414
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
1515
log = "0.4"
1616
parking_lot = "0.12.1"
17-
serde = { version = "1.0.136", features = ["derive"] }
17+
serde = { version = "1.0.163", features = ["derive"] }
1818
thiserror = "1.0"
1919
sc-consensus-beefy = { version = "4.0.0-dev", path = "../" }
2020
sp-consensus-beefy = { version = "4.0.0-dev", path = "../../../../primitives/consensus/beefy" }

Diff for: client/consensus/grandpa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
5151
[dev-dependencies]
5252
assert_matches = "1.3.0"
5353
finality-grandpa = { version = "0.16.2", features = ["derive-codec", "test-helpers"] }
54-
serde = "1.0.136"
54+
serde = "1.0.163"
5555
tokio = "1.22.0"
5656
sc-network = { version = "0.10.0-dev", path = "../../network" }
5757
sc-network-test = { version = "0.8.0", path = "../../network/test" }

Diff for: client/consensus/grandpa/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures = "0.3.16"
1515
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
1616
log = "0.4.8"
1717
parity-scale-codec = { version = "3.2.2", features = ["derive"] }
18-
serde = { version = "1.0.105", features = ["derive"] }
18+
serde = { version = "1.0.163", features = ["derive"] }
1919
thiserror = "1.0"
2020
sc-client-api = { version = "4.0.0-dev", path = "../../../api" }
2121
sc-consensus-grandpa = { version = "0.10.0-dev", path = "../" }

Diff for: client/merkle-mountain-range/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414
[dependencies]
1515
codec = { package = "parity-scale-codec", version = "3.2.2" }
1616
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
17-
serde = { version = "1.0.136", features = ["derive"] }
17+
serde = { version = "1.0.163", features = ["derive"] }
1818
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
1919
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
2020
sp-core = { version = "21.0.0", path = "../../../primitives/core" }

Diff for: client/network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ parking_lot = "0.12.1"
3434
partial_sort = "0.2.0"
3535
pin-project = "1.0.12"
3636
rand = "0.8.5"
37-
serde = { version = "1.0.136", features = ["derive"] }
37+
serde = { version = "1.0.163", features = ["derive"] }
3838
serde_json = "1.0.85"
3939
smallvec = "1.8.0"
4040
thiserror = "1.0"

Diff for: client/network/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.
3030
smallvec = "1.8.0"
3131
sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
3232
sc-utils = { version = "4.0.0-dev", path = "../../utils" }
33-
serde = { version = "1.0.136", features = ["derive"] }
33+
serde = { version = "1.0.163", features = ["derive"] }
3434
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
3535
sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" }
3636
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }

Diff for: client/rpc-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
[dependencies]
1616
codec = { package = "parity-scale-codec", version = "3.2.2" }
1717
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
18-
serde = { version = "1.0.136", features = ["derive"] }
18+
serde = { version = "1.0.163", features = ["derive"] }
1919
serde_json = "1.0.85"
2020
thiserror = "1.0"
2121
sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" }

Diff for: client/service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log = "0.4.17"
3131
futures-timer = "3.0.1"
3232
exit-future = "0.2.0"
3333
pin-project = "1.0.12"
34-
serde = "1.0.136"
34+
serde = "1.0.163"
3535
serde_json = "1.0.85"
3636
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
3737
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }

Diff for: client/sync-state-rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414
[dependencies]
1515
codec = { package = "parity-scale-codec", version = "3.2.2" }
1616
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
17-
serde = { version = "1.0.136", features = ["derive"] }
17+
serde = { version = "1.0.163", features = ["derive"] }
1818
serde_json = "1.0.85"
1919
thiserror = "1.0.30"
2020
sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" }

Diff for: client/sysinfo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log = "0.4.17"
2020
rand = "0.8.5"
2121
rand_pcg = "0.3.1"
2222
regex = "1"
23-
serde = { version = "1.0.136", features = ["derive"] }
23+
serde = { version = "1.0.163", features = ["derive"] }
2424
serde_json = "1.0.85"
2525
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
2626
sp-core = { version = "21.0.0", path = "../../primitives/core" }

Diff for: client/telemetry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parking_lot = "0.12.1"
2222
pin-project = "1.0.12"
2323
sc-utils = { version = "4.0.0-dev", path = "../utils" }
2424
rand = "0.8.5"
25-
serde = { version = "1.0.136", features = ["derive"] }
25+
serde = { version = "1.0.163", features = ["derive"] }
2626
serde_json = "1.0.85"
2727
thiserror = "1.0.30"
2828
wasm-timer = "0.2.5"

Diff for: client/tracing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ once_cell = "1.8.0"
2323
parking_lot = "0.12.1"
2424
regex = "1.6.0"
2525
rustc-hash = "1.1.0"
26-
serde = "1.0.136"
26+
serde = "1.0.163"
2727
thiserror = "1.0.30"
2828
tracing = "0.1.29"
2929
tracing-log = "0.1.3"

Diff for: client/transaction-pool/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ linked-hash-map = "0.5.4"
2121
log = "0.4.17"
2222
num-traits = "0.2.8"
2323
parking_lot = "0.12.1"
24-
serde = { version = "1.0.136", features = ["derive"] }
24+
serde = { version = "1.0.163", features = ["derive"] }
2525
thiserror = "1.0.30"
2626
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
2727
sc-client-api = { version = "4.0.0-dev", path = "../api" }

Diff for: client/transaction-pool/api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async-trait = "0.1.57"
1313
codec = { package = "parity-scale-codec", version = "3.2.2" }
1414
futures = "0.3.21"
1515
log = "0.4.17"
16-
serde = { version = "1.0.136", features = ["derive"] }
16+
serde = { version = "1.0.163", features = ["derive"] }
1717
thiserror = "1.0.30"
1818
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
1919
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }

Diff for: frame/beefy-mmr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ array-bytes = { version = "4.1", optional = true }
1313
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
1414
log = { version = "0.4.17", default-features = false }
1515
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
16-
serde = { version = "1.0.136", optional = true }
16+
serde = { version = "1.0.163", optional = true }
1717
binary-merkle-tree = { version = "4.0.0-dev", default-features = false, path = "../../utils/binary-merkle-tree" }
1818
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
1919
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }

Diff for: frame/beefy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = "https://substrate.io"
1111
[dependencies]
1212
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
1313
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
14-
serde = { version = "1.0.136", optional = true }
14+
serde = { version = "1.0.163", optional = true }
1515
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
1616
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
1717
pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" }

Diff for: frame/benchmarking/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ linregress = { version = "0.5.1", optional = true }
1818
log = { version = "0.4.17", default-features = false }
1919
paste = "1.0"
2020
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
21-
serde = { version = "1.0.136", optional = true }
21+
serde = { version = "1.0.163", optional = true }
2222
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2323
frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "../support/procedural" }
2424
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }

Diff for: frame/conviction-voting/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
1919
"max-encoded-len",
2020
] }
2121
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
22-
serde = { version = "1.0.136", features = ["derive"], optional = true }
22+
serde = { version = "1.0.163", features = ["derive"], optional = true }
2323
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
2424
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2525
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }

Diff for: frame/democracy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
1717
"derive",
1818
] }
1919
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
20-
serde = { version = "1.0.136", features = ["derive"], optional = true }
20+
serde = { version = "1.0.163", features = ["derive"], optional = true }
2121
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
2222
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2323
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }

Diff for: frame/message-queue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "FRAME pallet to queue and process messages"
1111
[dependencies]
1212
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
1313
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
14-
serde = { version = "1.0.137", optional = true, features = ["derive"] }
14+
serde = { version = "1.0.163", optional = true, features = ["derive"] }
1515
log = { version = "0.4.17", default-features = false }
1616

1717
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }

Diff for: frame/offences/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
1717
log = { version = "0.4.17", default-features = false }
1818
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
19-
serde = { version = "1.0.136", optional = true }
19+
serde = { version = "1.0.163", optional = true }
2020
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2121
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
2222
pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" }

Diff for: frame/referenda/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
1818
"derive",
1919
] }
2020
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
21-
serde = { version = "1.0.136", features = ["derive"], optional = true }
21+
serde = { version = "1.0.163", features = ["derive"], optional = true }
2222
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
2323
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
2424
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }

Diff for: frame/remark/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
[dependencies]
1616
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
1717
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
18-
serde = { version = "1.0.136", optional = true }
18+
serde = { version = "1.0.163", optional = true }
1919
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
2020
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2121
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }

Diff for: frame/staking/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
16-
serde = { version = "1.0.136", optional = true }
16+
serde = { version = "1.0.163", optional = true }
1717
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = [
1818
"derive",
1919
] }

Diff for: frame/state-trie-migration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
1616
log = { version = "0.4.17", default-features = false }
1717
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
18-
serde = { version = "1.0.133", optional = true }
18+
serde = { version = "1.0.163", optional = true }
1919
thousands = { version = "0.2.0", optional = true }
2020
zstd = { version = "0.12.3", default-features = false, optional = true }
2121
frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" }

Diff for: frame/support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
16-
serde = { version = "1.0.136", optional = true, features = ["derive"] }
16+
serde = { version = "1.0.163", optional = true, features = ["derive"] }
1717
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive", "max-encoded-len"] }
1818
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
1919
frame-metadata = { version = "15.1.0", default-features = false, features = ["v14", "v15-unstable"] }

Diff for: frame/support/test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1313

1414
[dependencies]
1515
static_assertions = "1.1.0"
16-
serde = { version = "1.0.136", default-features = false, features = ["derive"] }
16+
serde = { version = "1.0.163", default-features = false, features = ["derive"] }
1717
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
1818
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
1919
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" }

Diff for: frame/support/test/pallet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414
[dependencies]
1515
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
1616
scale-info = { version = "2.0.0", default-features = false, features = ["derive"] }
17-
serde = { version = "1.0.136", default-features = false, features = ["derive"] }
17+
serde = { version = "1.0.163", default-features = false, features = ["derive"] }
1818
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../" }
1919
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" }
2020

Diff for: frame/system/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cfg-if = "1.0"
1717
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
1818
log = { version = "0.4.17", default-features = false }
1919
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
20-
serde = { version = "1.0.136", features = ["derive"], optional = true }
20+
serde = { version = "1.0.163", features = ["derive"], optional = true }
2121
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2222
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
2323
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }

Diff for: frame/tips/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
1717
log = { version = "0.4.17", default-features = false }
1818
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
19-
serde = { version = "1.0.136", features = ["derive"], optional = true }
19+
serde = { version = "1.0.163", features = ["derive"], optional = true }
2020
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
2121
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2222
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }

Diff for: frame/transaction-payment/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
1717
"derive",
1818
] }
1919
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
20-
serde = { version = "1.0.136", optional = true }
20+
serde = { version = "1.0.163", optional = true }
2121
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2222
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
2323
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }

Diff for: frame/transaction-payment/asset-tx-payment/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "
2727
# Other dependencies
2828
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
2929
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
30-
serde = { version = "1.0.136", optional = true }
30+
serde = { version = "1.0.163", optional = true }
3131

3232
[dev-dependencies]
3333
serde_json = "1.0.85"

Diff for: frame/transaction-storage/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
array-bytes = { version = "4.1", optional = true }
1717
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
1818
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
19-
serde = { version = "1.0.136", optional = true }
19+
serde = { version = "1.0.163", optional = true }
2020
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
2121
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2222
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }

0 commit comments

Comments
 (0)