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"