Skip to content

Commit a369325

Browse files
Bump derive_more from 0.99.11 to 0.99.16
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.11 to 0.99.16. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v0.99.11...v0.99.16) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 945377f commit a369325

File tree

15 files changed

+24
-16
lines changed

15 files changed

+24
-16
lines changed

Cargo.lock

Lines changed: 10 additions & 2 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
@@ -19,7 +19,7 @@ sp-state-machine = { version = "0.10.0-dev", path = "../../../primitives/state-m
1919
serde = "1.0.126"
2020
serde_json = "1.0.68"
2121
structopt = "0.3"
22-
derive_more = "0.99.2"
22+
derive_more = "0.99.16"
2323
kvdb = "0.10.0"
2424
kvdb-rocksdb = "0.14.0"
2525
sp-trie = { version = "4.0.0-dev", path = "../../../primitives/trie" }

client/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ prost-build = "0.8"
1919
[dependencies]
2020
async-trait = "0.1"
2121
codec = { package = "parity-scale-codec", default-features = false, version = "2.0.0" }
22-
derive_more = "0.99.2"
22+
derive_more = "0.99.16"
2323
futures = "0.3.9"
2424
futures-timer = "3.0.1"
2525
ip_network = "0.4.0"

client/consensus/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0" }
2222
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
2323
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
2424
sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" }
25-
derive_more = "0.99.2"
25+
derive_more = "0.99.16"
2626
futures = "0.3.9"
2727
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
2828
log = "0.4.8"

client/consensus/babe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ log = "0.4.8"
4949
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
5050
rand = "0.7.2"
5151
merlin = "2.0"
52-
derive_more = "0.99.2"
52+
derive_more = "0.99.16"
5353
retain_mut = "0.1.4"
5454
async-trait = "0.1.50"
5555

client/consensus/babe/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockcha
2424
sp-runtime = { version = "4.0.0-dev", path = "../../../../primitives/runtime" }
2525
sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" }
2626
futures = "0.3.16"
27-
derive_more = "0.99.2"
27+
derive_more = "0.99.16"
2828
sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" }
2929
sp-consensus = { version = "0.10.0-dev", path = "../../../../primitives/consensus/common" }
3030
sp-core = { version = "4.0.0-dev", path = "../../../../primitives/core" }

client/consensus/manual-seal/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-
derive_more = "0.99.2"
16+
derive_more = "0.99.16"
1717
futures = "0.3.9"
1818
jsonrpc-core = "18.0.0"
1919
jsonrpc-core-client = "18.0.0"

client/consensus/pow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ log = "0.4.8"
2828
futures = "0.3.16"
2929
futures-timer = "3.0.1"
3030
parking_lot = "0.11.1"
31-
derive_more = "0.99.2"
31+
derive_more = "0.99.16"
3232
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
3333
async-trait = "0.1.50"

client/executor/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
targets = ["x86_64-unknown-linux-gnu"]
1515

1616
[dependencies]
17-
derive_more = "0.99.2"
17+
derive_more = "0.99.16"
1818
pwasm-utils = "0.18.0"
1919
codec = { package = "parity-scale-codec", version = "2.0.0" }
2020
wasmi = "0.9.0"

client/finality-grandpa/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

1616

1717
[dependencies]
18-
derive_more = "0.99.2"
18+
derive_more = "0.99.16"
1919
dyn-clone = "1.0"
2020
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
2121
futures = "0.3.9"

0 commit comments

Comments
 (0)