mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Bump env_logger from 0.8.1 to 0.8.2 (#1981)
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.8.1...v0.8.2) 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
+8
-8
@@ -1334,9 +1334,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "env_logger"
|
name = "env_logger"
|
||||||
version = "0.8.1"
|
version = "0.8.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
|
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"humantime 2.0.1",
|
"humantime 2.0.1",
|
||||||
@@ -4927,7 +4927,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"env_logger 0.8.1",
|
"env_logger 0.8.2",
|
||||||
"futures 0.3.8",
|
"futures 0.3.8",
|
||||||
"log",
|
"log",
|
||||||
"maplit",
|
"maplit",
|
||||||
@@ -4949,7 +4949,7 @@ name = "polkadot-availability-distribution"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"env_logger 0.8.1",
|
"env_logger 0.8.2",
|
||||||
"futures 0.3.8",
|
"futures 0.3.8",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"log",
|
"log",
|
||||||
@@ -4995,7 +4995,7 @@ name = "polkadot-collator-protocol"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"env_logger 0.8.1",
|
"env_logger 0.8.2",
|
||||||
"futures 0.3.8",
|
"futures 0.3.8",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"log",
|
"log",
|
||||||
@@ -5073,7 +5073,7 @@ name = "polkadot-node-core-av-store"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"env_logger 0.8.1",
|
"env_logger 0.8.2",
|
||||||
"futures 0.3.8",
|
"futures 0.3.8",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"kvdb",
|
"kvdb",
|
||||||
@@ -5303,7 +5303,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"env_logger 0.8.1",
|
"env_logger 0.8.2",
|
||||||
"futures 0.3.8",
|
"futures 0.3.8",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"log",
|
"log",
|
||||||
@@ -5606,7 +5606,7 @@ dependencies = [
|
|||||||
name = "polkadot-service"
|
name = "polkadot-service"
|
||||||
version = "0.8.3"
|
version = "0.8.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger 0.8.1",
|
"env_logger 0.8.2",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"futures 0.3.8",
|
"futures 0.3.8",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ polkadot-primitives = { path = "../../../primitives" }
|
|||||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.8.1"
|
env_logger = "0.8.2"
|
||||||
assert_matches = "1.4.0"
|
assert_matches = "1.4.0"
|
||||||
smallvec = "1.5.0"
|
smallvec = "1.5.0"
|
||||||
kvdb-memorydb = "0.7.0"
|
kvdb-memorydb = "0.7.0"
|
||||||
|
|||||||
@@ -24,6 +24,6 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
|
|||||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
env_logger = "0.8.1"
|
env_logger = "0.8.2"
|
||||||
assert_matches = "1.4.0"
|
assert_matches = "1.4.0"
|
||||||
smallvec = "1.5.0"
|
smallvec = "1.5.0"
|
||||||
|
|||||||
@@ -21,6 +21,6 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
|
|||||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
env_logger = "0.8.1"
|
env_logger = "0.8.2"
|
||||||
assert_matches = "1.4.0"
|
assert_matches = "1.4.0"
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
|||||||
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
|
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.8.1"
|
env_logger = "0.8.2"
|
||||||
assert_matches = "1.4.0"
|
assert_matches = "1.4.0"
|
||||||
smallvec = "1.5.0"
|
smallvec = "1.5.0"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ polkadot-statement-distribution = { path = "../network/statement-distribution",
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
polkadot-test-client = { path = "../test/client" }
|
polkadot-test-client = { path = "../test/client" }
|
||||||
env_logger = "0.8.1"
|
env_logger = "0.8.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["db", "full-node"]
|
default = ["db", "full-node"]
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ async-trait = "0.1.41"
|
|||||||
futures = { version = "0.3.8", features = ["thread-pool"] }
|
futures = { version = "0.3.8", features = ["thread-pool"] }
|
||||||
parking_lot = "0.11.1"
|
parking_lot = "0.11.1"
|
||||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||||
env_logger = "0.8.1"
|
env_logger = "0.8.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user