mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump env_logger from 0.8.2 to 0.8.4 (#3298)
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.8.2 to 0.8.4. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.8.2...v0.8.4) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+10
-10
@@ -1666,9 +1666,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.8.2"
|
||||
version = "0.8.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
|
||||
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime 2.0.1",
|
||||
@@ -5705,7 +5705,7 @@ name = "polkadot-approval-distribution"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"env_logger 0.8.2",
|
||||
"env_logger 0.8.4",
|
||||
"futures 0.3.15",
|
||||
"log",
|
||||
"polkadot-node-network-protocol",
|
||||
@@ -5726,7 +5726,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bitvec",
|
||||
"env_logger 0.8.2",
|
||||
"env_logger 0.8.4",
|
||||
"futures 0.3.15",
|
||||
"log",
|
||||
"maplit",
|
||||
@@ -5777,7 +5777,7 @@ name = "polkadot-availability-recovery"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"env_logger 0.8.2",
|
||||
"env_logger 0.8.4",
|
||||
"futures 0.3.15",
|
||||
"futures-timer 3.0.2",
|
||||
"log",
|
||||
@@ -5859,7 +5859,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"always-assert",
|
||||
"assert_matches",
|
||||
"env_logger 0.8.2",
|
||||
"env_logger 0.8.4",
|
||||
"futures 0.3.15",
|
||||
"futures-timer 3.0.2",
|
||||
"log",
|
||||
@@ -6009,7 +6009,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bitvec",
|
||||
"env_logger 0.8.2",
|
||||
"env_logger 0.8.4",
|
||||
"futures 0.3.15",
|
||||
"futures-timer 3.0.2",
|
||||
"kvdb",
|
||||
@@ -6345,7 +6345,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"async-trait",
|
||||
"env_logger 0.8.2",
|
||||
"env_logger 0.8.4",
|
||||
"futures 0.3.15",
|
||||
"futures-timer 3.0.2",
|
||||
"itertools 0.10.0",
|
||||
@@ -6687,7 +6687,7 @@ version = "0.9.5"
|
||||
dependencies = [
|
||||
"beefy-gadget",
|
||||
"beefy-primitives",
|
||||
"env_logger 0.8.2",
|
||||
"env_logger 0.8.4",
|
||||
"frame-system-rpc-runtime-api",
|
||||
"futures 0.3.15",
|
||||
"hex-literal",
|
||||
@@ -7559,7 +7559,7 @@ name = "remote-externalities"
|
||||
version = "0.9.0"
|
||||
source = "git+https://github.com/paritytech/substrate?branch=master#8b4df6ad44c169e727278a9ad012d065ecca0661"
|
||||
dependencies = [
|
||||
"env_logger 0.8.2",
|
||||
"env_logger 0.8.4",
|
||||
"hex",
|
||||
"jsonrpsee-proc-macros",
|
||||
"jsonrpsee-ws-client",
|
||||
|
||||
@@ -22,7 +22,7 @@ polkadot-node-primitives = { path = "../../primitives" }
|
||||
|
||||
[dev-dependencies]
|
||||
log = "0.4.13"
|
||||
env_logger = "0.8.2"
|
||||
env_logger = "0.8.4"
|
||||
assert_matches = "1.4.0"
|
||||
kvdb-memorydb = "0.9.0"
|
||||
|
||||
|
||||
@@ -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.8.2"
|
||||
env_logger = "0.8.4"
|
||||
log = "0.4.13"
|
||||
|
||||
@@ -21,7 +21,7 @@ parity-scale-codec = { version = "2.0.0", default-features = false, features = [
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.4.0"
|
||||
env_logger = "0.8.1"
|
||||
env_logger = "0.8.4"
|
||||
futures-timer = "3.0.2"
|
||||
log = "0.4.11"
|
||||
smallvec = "1.5.1"
|
||||
|
||||
@@ -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.8.2"
|
||||
env_logger = "0.8.4"
|
||||
assert_matches = "1.4.0"
|
||||
|
||||
@@ -23,7 +23,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys
|
||||
|
||||
[dev-dependencies]
|
||||
log = "0.4.13"
|
||||
env_logger = "0.8.2"
|
||||
env_logger = "0.8.4"
|
||||
assert_matches = "1.4.0"
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
|
||||
|
||||
@@ -107,7 +107,7 @@ polkadot-node-core-approval-voting = { path = "../core/approval-voting", optiona
|
||||
|
||||
[dev-dependencies]
|
||||
polkadot-test-client = { path = "../test/client" }
|
||||
env_logger = "0.8.2"
|
||||
env_logger = "0.8.4"
|
||||
|
||||
[features]
|
||||
default = ["db", "full-node"]
|
||||
|
||||
@@ -35,7 +35,7 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.4.0"
|
||||
async-trait = "0.1.42"
|
||||
env_logger = "0.8.2"
|
||||
env_logger = "0.8.4"
|
||||
futures = { version = "0.3.15", features = ["thread-pool"] }
|
||||
log = "0.4.13"
|
||||
parking_lot = "0.11.1"
|
||||
|
||||
Reference in New Issue
Block a user