mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 22:55:43 +00:00
Bump log from 0.4.16 to 0.4.17
Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits/0.4.17) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Bastian Köcher
parent
fbfd292435
commit
992705d127
@@ -21,7 +21,7 @@ polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
|
||||
[dev-dependencies]
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
env_logger = "0.9.0"
|
||||
assert_matches = "1.4.0"
|
||||
kvdb-memorydb = "0.11.0"
|
||||
|
||||
@@ -15,5 +15,5 @@ polkadot-node-primitives = { path = "../primitives" }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
thiserror = "1.0.31"
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
parity-scale-codec = { version = "3.1.2", default-features = false }
|
||||
|
||||
@@ -21,7 +21,7 @@ sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
|
||||
bs58 = { version = "0.4.0", features = ["alloc"] }
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "2.0.4"
|
||||
|
||||
@@ -27,4 +27,4 @@ schnorrkel = { version = "0.9.1", default-features = false }
|
||||
rand_core = "0.5.1" # should match schnorrkel
|
||||
rand_chacha = "0.3.1"
|
||||
env_logger = "0.9.0"
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
|
||||
@@ -25,7 +25,7 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master
|
||||
assert_matches = "1.4.0"
|
||||
env_logger = "0.9.0"
|
||||
futures-timer = "3.0.2"
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -21,7 +21,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
|
||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
maplit = "1.0.2"
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
env_logger = "0.9.0"
|
||||
assert_matches = "1.4.0"
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
@@ -23,7 +23,7 @@ fatality = "0.0.6"
|
||||
thiserror = "1.0.31"
|
||||
|
||||
[dev-dependencies]
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
env_logger = "0.9.0"
|
||||
assert_matches = "1.4.0"
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ polkadot-statement-distribution = { path = "../network/statement-distribution",
|
||||
polkadot-test-client = { path = "../test/client" }
|
||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||
env_logger = "0.9.0"
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
assert_matches = "1.5.0"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -40,7 +40,7 @@ parity-db = { version = "0.3.13" }
|
||||
assert_matches = "1.4.0"
|
||||
env_logger = "0.9.0"
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||
lazy_static = "1.4.0"
|
||||
polkadot-primitives-test-helpers = { path = "../../primitives/test-helpers" }
|
||||
|
||||
Reference in New Issue
Block a user