diff --git a/Cargo.lock b/Cargo.lock index ee5a7896a18c..c4167b042493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,9 +1694,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.0" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" +checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" dependencies = [ "atty", "humantime 2.0.1", @@ -4179,7 +4179,7 @@ version = "0.9.13" dependencies = [ "assert_matches", "derive_more", - "env_logger 0.9.0", + "env_logger 0.9.3", "futures 0.3.17", "futures-timer 3.0.2", "log", @@ -5893,7 +5893,7 @@ name = "polkadot-approval-distribution" version = "0.9.13" dependencies = [ "assert_matches", - "env_logger 0.9.0", + "env_logger 0.9.3", "futures 0.3.17", "log", "polkadot-node-network-protocol", @@ -5914,7 +5914,7 @@ version = "0.9.13" dependencies = [ "assert_matches", "bitvec 0.20.4", - "env_logger 0.9.0", + "env_logger 0.9.3", "futures 0.3.17", "log", "maplit", @@ -5961,7 +5961,7 @@ name = "polkadot-availability-recovery" version = "0.9.13" dependencies = [ "assert_matches", - "env_logger 0.9.0", + "env_logger 0.9.3", "futures 0.3.17", "futures-timer 3.0.2", "log", @@ -6041,7 +6041,7 @@ dependencies = [ "always-assert", "assert_matches", "derive_more", - "env_logger 0.9.0", + "env_logger 0.9.3", "futures 0.3.17", "futures-timer 3.0.2", "log", @@ -6224,7 +6224,7 @@ version = "0.9.13" dependencies = [ "assert_matches", "bitvec 0.20.4", - "env_logger 0.9.0", + "env_logger 0.9.3", "futures 0.3.17", "futures-timer 3.0.2", "kvdb", @@ -6571,7 +6571,7 @@ dependencies = [ "assert_matches", "async-trait", "derive_more", - "env_logger 0.9.0", + "env_logger 0.9.3", "futures 0.3.17", "itertools", "lazy_static", @@ -6912,7 +6912,7 @@ dependencies = [ "async-trait", "beefy-gadget", "beefy-primitives", - "env_logger 0.9.0", + "env_logger 0.9.3", "frame-system-rpc-runtime-api", "futures 0.3.17", "hex-literal", @@ -7883,7 +7883,7 @@ name = "remote-externalities" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3cf5449fd2143d07ff2ee24eb3b3c40ecf1e57ba" dependencies = [ - "env_logger 0.9.0", + "env_logger 0.9.3", "jsonrpsee", "log", "parity-scale-codec", @@ -10234,7 +10234,7 @@ checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" name = "staking-miner" version = "0.9.13" dependencies = [ - "env_logger 0.9.0", + "env_logger 0.9.3", "frame-election-provider-support", "frame-support", "frame-system", @@ -10567,9 +10567,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.1.0" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" +checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" dependencies = [ "winapi-util", ] diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index f32a616580ab..408db3b85d18 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -22,7 +22,7 @@ polkadot-node-primitives = { path = "../../primitives" } [dev-dependencies] log = "0.4.13" -env_logger = "0.9.0" +env_logger = "0.9.3" assert_matches = "1.4.0" kvdb-memorydb = "0.10.0" diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 5b784710a542..f044387dd0da 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -23,5 +23,5 @@ polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" schnorrkel = { version = "0.9.1", default-features = false } rand_core = "0.5.1" # should match schnorrkel -env_logger = "0.9.0" +env_logger = "0.9.3" log = "0.4.13" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index c0ceb59ea298..b0a9b390e46a 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -22,7 +22,7 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master [dev-dependencies] assert_matches = "1.4.0" -env_logger = "0.9.0" +env_logger = "0.9.3" futures-timer = "3.0.2" log = "0.4.11" diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 1fe3a009e1e8..3831b5404076 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -20,5 +20,5 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } maplit = "1.0.2" log = "0.4.13" -env_logger = "0.9.0" +env_logger = "0.9.3" assert_matches = "1.4.0" diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 4a43df113e89..24f498234947 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -24,7 +24,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys [dev-dependencies] log = "0.4.13" -env_logger = "0.9.0" +env_logger = "0.9.3" assert_matches = "1.4.0" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index b82b01a5a1f7..4f6347e58804 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -115,7 +115,7 @@ polkadot-statement-distribution = { path = "../network/statement-distribution", [dev-dependencies] polkadot-test-client = { path = "../test/client" } polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } -env_logger = "0.9.0" +env_logger = "0.9.3" log = "0.4.14" assert_matches = "1.5.0" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 7e0b1ccb8c59..310fa9b6c62e 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -32,7 +32,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste [dev-dependencies] assert_matches = "1.4.0" -env_logger = "0.9.0" +env_logger = "0.9.3" futures = { version = "0.3.17", features = ["thread-pool"] } log = "0.4.13" polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index e982dcfde229..9b97f338a4a7 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" codec = { package = "parity-scale-codec", version = "2.0.0" } tokio = { version = "1.14", features = ["macros"] } log = "0.4.11" -env_logger = "0.9.0" +env_logger = "0.9.3" structopt = "0.3.25" jsonrpsee = { version = "0.4.1", default-features = false, features = ["ws-client"] } serde_json = "1.0"