From 5a463ff3ca89870a5a96f0f160f998266bc15276 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 03:50:29 +0000 Subject: [PATCH] Bump linked-hash-map from 0.5.2 to 0.5.3 (#88) --- bridges/relays/ethereum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index f1b578131b54..9c727db5679b 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -18,7 +18,7 @@ ethereum-tx-sign = { git = "https://github.com/svyatonik/ethereum-tx-sign.git", futures = "0.3.1" hex = "0.4" jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee.git", default-features = false, features = ["http"] } -linked-hash-map = "0.5.2" +linked-hash-map = "0.5.3" log = "0.4.8" num-traits = "0.2" parity-crypto = { version = "0.6", features = ["publickey"] }