From fdce8c66f07140e10b7bdfd8b2a1617f1a1032c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 23 Jun 2020 03:36:32 +0200 Subject: [PATCH] Update web3 dependency. (#140) * Update web3 dependency. * Switch to crates.io. --- 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 01cfbf704c021..4bdcf930c1c4e 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0.114", features = ["derive"] } serde_json = "1.0.55" sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" } time = "0.2" -web3 = { git = "https://github.com/tomusdrw/rust-web3" } +web3 = { version = "0.12.0", default-features = false } # Substrate Based Dependencies [dependencies.frame-system]