From 507edb950ce7d4957de2665c4f2e57b8cfd862a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 11:43:37 +0000 Subject: [PATCH] Bump log from 0.4.11 to 0.4.13 (#657) --- bridges/modules/ethereum-contract/builtin/Cargo.toml | 2 +- bridges/relays/ethereum/Cargo.toml | 2 +- bridges/relays/substrate/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bridges/modules/ethereum-contract/builtin/Cargo.toml b/bridges/modules/ethereum-contract/builtin/Cargo.toml index 9275d10bf6..76f252401d 100644 --- a/bridges/modules/ethereum-contract/builtin/Cargo.toml +++ b/bridges/modules/ethereum-contract/builtin/Cargo.toml @@ -11,7 +11,7 @@ codec = { package = "parity-scale-codec", version = "1.3.4" } ethereum-types = "0.10.0" finality-grandpa = "0.12.3" hex = "0.4" -log = "0.4.11" +log = "0.4.13" # Runtime/chain specific dependencies diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 082820f2aa..3a2010aa6c 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -19,7 +19,7 @@ futures = "0.3.12" hex = "0.4" hex-literal = "0.3" libsecp256k1 = { version = "0.3.4", default-features = false, features = ["hmac"] } -log = "0.4.11" +log = "0.4.13" num-traits = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.61" diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index 171bb10271..e5243781e6 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -11,7 +11,7 @@ async-trait = "0.1.42" codec = { package = "parity-scale-codec", version = "1.3.4" } futures = "0.3.12" hex = "0.4" -log = "0.4.11" +log = "0.4.13" num-traits = "0.2" paste = "1.0" structopt = "0.3"