diff --git a/bridges/bin/node/node/Cargo.toml b/bridges/bin/node/node/Cargo.toml index 6dfaa6b58e..78bd8b6107 100644 --- a/bridges/bin/node/node/Cargo.toml +++ b/bridges/bin/node/node/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/" name = "bridge-node" [dependencies] -futures = "0.3.1" +futures = "0.3.5" jsonrpc-core = "14.1.0" log = "0.4.8" structopt = "0.3.14" diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 52a919339d..de113a0f9e 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -15,7 +15,7 @@ ethabi = "12.0" ethabi-contract = "11.0" ethabi-derive = "12.0" ethereum-tx-sign = { git = "https://github.com/svyatonik/ethereum-tx-sign.git", branch = "up-ethereum-types" } -futures = "0.3.1" +futures = "0.3.5" hex = "0.4" jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee.git", default-features = false, features = ["http"] } linked-hash-map = "0.5.3" diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index a538e9e46c..e768660441 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -10,7 +10,7 @@ clap = "2.3.3" ctrlc = "3.1.4" derive_more = "0.99.5" env_logger = "0.7.1" -futures = "0.3.1" +futures = "0.3.5" jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] } log = "0.4.8" serde_json = "1.0.53"