From 5fff153419560ea134a31266d31cdb79e210b74c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 02:22:39 +0000 Subject: [PATCH] Bump derive_more from 0.99.3 to 0.99.5 (#49) --- bridges/relays/substrate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index 479c450061..cd1408b599 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" async-std = "1.0.1" clap = "2.3.3" ctrlc = "3.1.4" -derive_more = "0.99.3" +derive_more = "0.99.5" env_logger = "0.7.1" futures = "0.3.1" jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }