mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 22:45:40 +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
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user