Skip to content
Snippets Groups Projects
Unverified Commit 06ffb859 authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub
Browse files

Bump log from 0.4.8 to 0.4.11


Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11)

Signed-off-by: default avatardependabot-preview[bot] <support@dependabot.com>
parent f753d93f
Branches 2027
No related merge requests found
......@@ -2940,9 +2940,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.8"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
dependencies = [
"cfg-if",
]
......
......@@ -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" }
......
......@@ -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"
......
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment