Bump futures from 0.3.4 to 0.3.5 (#89)

This commit is contained in:
dependabot-preview[bot]
2020-05-11 07:23:30 +00:00
committed by Bastian Köcher
parent 13fbc6ea5c
commit 9496303aff
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/"
name = "bridge-node" name = "bridge-node"
[dependencies] [dependencies]
futures = "0.3.1" futures = "0.3.5"
jsonrpc-core = "14.1.0" jsonrpc-core = "14.1.0"
log = "0.4.8" log = "0.4.8"
structopt = "0.3.14" structopt = "0.3.14"
+1 -1
View File
@@ -15,7 +15,7 @@ ethabi = "12.0"
ethabi-contract = "11.0" ethabi-contract = "11.0"
ethabi-derive = "12.0" ethabi-derive = "12.0"
ethereum-tx-sign = { git = "https://github.com/svyatonik/ethereum-tx-sign.git", branch = "up-ethereum-types" } 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" hex = "0.4"
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee.git", default-features = false, features = ["http"] } jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee.git", default-features = false, features = ["http"] }
linked-hash-map = "0.5.3" linked-hash-map = "0.5.3"
+1 -1
View File
@@ -10,7 +10,7 @@ clap = "2.3.3"
ctrlc = "3.1.4" ctrlc = "3.1.4"
derive_more = "0.99.5" derive_more = "0.99.5"
env_logger = "0.7.1" env_logger = "0.7.1"
futures = "0.3.1" futures = "0.3.5"
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] } jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
log = "0.4.8" log = "0.4.8"
serde_json = "1.0.53" serde_json = "1.0.53"