Bump derive_more from 0.99.11 to 0.99.14 (#3248)

Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.11 to 0.99.14.
- [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.11...v0.99.14)

---
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-06-18 07:28:26 +02:00
committed by GitHub
parent 7dbf971054
commit dc286de7af
5 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ description = "Subsystem traits and message definitions"
[dependencies]
async-std = "1.8.0"
async-trait = "0.1.42"
derive_more = "0.99.11"
derive_more = "0.99.14"
futures = "0.3.15"
futures-timer = "3.0.2"
mick-jaeger = "0.1.2"