Bump derive_more from 0.99.2 to 0.99.3 (#29)

Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.2 to 0.99.3.
- [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.2...v0.99.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-09 18:36:04 +01:00
committed by Bastian Köcher
parent 91b6248f96
commit 4b20a78dae
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
async-std = "1.0.1" async-std = "1.0.1"
clap = "2.3.3" clap = "2.3.3"
ctrlc = "3.1.3" ctrlc = "3.1.3"
derive_more = "0.99.1" derive_more = "0.99.3"
env_logger = "0.7.1" env_logger = "0.7.1"
futures = "0.3.1" futures = "0.3.1"
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] } jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }