Skip to content

Commit

Permalink
Bump log from 0.4.8 to 0.4.11 (paritytech#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and serban300 committed Apr 9, 2024
1 parent bf8a1bc commit b6d3c47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bridges/bin/node/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b6d3c47

Please sign in to comment.