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"] }