Bump derive_more from 0.99.16 to 0.99.17 (#4394)

Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.16 to 0.99.17.
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JelteF/derive_more/compare/v0.99.16...v0.99.17)

---
updated-dependencies:
- dependency-name: derive_more
  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:
dependabot[bot]
2021-11-30 00:18:35 +01:00
committed by GitHub
parent 49d78d99f7
commit eb3d681c90
11 changed files with 13 additions and 13 deletions
@@ -18,7 +18,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master",
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.30"
rand = "0.8.3"
derive_more = "0.99.11"
derive_more = "0.99.17"
lru = "0.7.0"
[dev-dependencies]
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
always-assert = "0.1.2"
derive_more = "0.99.14"
derive_more = "0.99.17"
futures = "0.3.17"
futures-timer = "3"
thiserror = "1.0.30"
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.17"
tracing = "0.1.29"
derive_more = "0.99.14"
derive_more = "0.99.17"
parity-scale-codec = { version = "2.3.1", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
polkadot-erasure-coding = { path = "../../../erasure-coding" }
+1 -1
View File
@@ -14,6 +14,6 @@ parity-scale-codec = { version = "2.3.1", default-features = false, features = [
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
strum = { version = "0.23", features = ["derive"] }
derive_more = "0.99.11"
derive_more = "0.99.17"
futures = "0.3.17"
thiserror = "1.0.30"
@@ -18,7 +18,7 @@ polkadot-node-network-protocol = { path = "../../network/protocol" }
arrayvec = "0.5.2"
indexmap = "1.7.0"
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
derive_more = "0.99.11"
derive_more = "0.99.17"
thiserror = "1.0.30"
[dev-dependencies]