Bump log from 0.4.8 to 0.4.11 (#224)

This commit is contained in:
dependabot-preview[bot]
2020-07-20 03:44:53 +00:00
committed by Bastian Köcher
parent fed1251030
commit 65852944e3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ name = "bridge-node"
[dependencies]
futures = "0.3.5"
jsonrpc-core = "14.2.0"
log = "0.4.8"
log = "0.4.11"
structopt = "0.3.15"
sp-bridge-eth-poa = { version = "0.1.0", path = "../../../primitives/ethereum-poa" }
+1 -1
View File
@@ -21,7 +21,7 @@ ethereum-tx-sign = "3.0"
futures = "0.3.5"
hex = "0.4"
linked-hash-map = "0.5.3"
log = "0.4.8"
log = "0.4.11"
num-traits = "0.2"
parity-crypto = { version = "0.6", features = ["publickey"] }
parking_lot = "0.11.0"
+1 -1
View File
@@ -13,7 +13,7 @@ derive_more = "0.99.9"
env_logger = "0.7.1"
futures = "0.3.5"
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
log = "0.4.8"
log = "0.4.11"
serde_json = "1.0.56"
url = "2.1.0"