diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index 0e5868f845..07e3e135ac 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -71,7 +71,7 @@ xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "maste [dev-dependencies] bridge-runtime-common = { path = "../../runtime-common", features = ["integrity-test"] } -env_logger = "0.8" +env_logger = "0.10" static_assertions = "1.1" [build-dependencies] diff --git a/bridges/bin/rialto/runtime/Cargo.toml b/bridges/bin/rialto/runtime/Cargo.toml index b4d387e382..d5d018fb86 100644 --- a/bridges/bin/rialto/runtime/Cargo.toml +++ b/bridges/bin/rialto/runtime/Cargo.toml @@ -69,7 +69,7 @@ xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "maste [dev-dependencies] bridge-runtime-common = { path = "../../runtime-common", features = ["integrity-test"] } -env_logger = "0.8" +env_logger = "0.10" static_assertions = "1.1" [build-dependencies] diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index debdbb5ee0..a3e24b4a6e 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -12,7 +12,7 @@ async-std = "1.6.5" async-trait = "0.1" backoff = "0.4" isahc = "1.2" -env_logger = "0.8.2" +env_logger = "0.10.0" futures = "0.3.5" jsonpath_lib = "0.3" log = "0.4.17"