mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 12:05:42 +00:00
Bump log from 0.4.14 to 0.4.16 (#11236)
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16. - [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) --- updated-dependencies: - dependency-name: log 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:
@@ -25,7 +25,7 @@ sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/conse
|
||||
thiserror = "1.0"
|
||||
futures = "0.3.21"
|
||||
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
|
||||
log = "0.4.8"
|
||||
log = "0.4.16"
|
||||
sp-core = { version = "6.0.0", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
|
||||
sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" }
|
||||
|
||||
@@ -45,7 +45,7 @@ fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.10.0-dev" }
|
||||
futures = "0.3.21"
|
||||
parking_lot = "0.12.0"
|
||||
log = "0.4.8"
|
||||
log = "0.4.16"
|
||||
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
|
||||
rand = "0.7.2"
|
||||
merlin = "2.0"
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
thiserror = "1.0.30"
|
||||
libp2p = { version = "0.40.0", default-features = false }
|
||||
log = "0.4.8"
|
||||
log = "0.4.16"
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures-timer = "3.0.1"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
|
||||
|
||||
@@ -18,7 +18,7 @@ futures = "0.3.21"
|
||||
jsonrpc-core = "18.0.0"
|
||||
jsonrpc-core-client = "18.0.0"
|
||||
jsonrpc-derive = "18.0.0"
|
||||
log = "0.4.8"
|
||||
log = "0.4.16"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
assert_matches = "1.3.0"
|
||||
|
||||
@@ -24,7 +24,7 @@ sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
|
||||
sp-consensus-pow = { version = "0.10.0-dev", path = "../../../primitives/consensus/pow" }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
|
||||
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
|
||||
log = "0.4.8"
|
||||
log = "0.4.16"
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
parking_lot = "0.12.0"
|
||||
|
||||
@@ -29,7 +29,7 @@ sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
|
||||
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
log = "0.4.11"
|
||||
log = "0.4.16"
|
||||
thiserror = "1.0.30"
|
||||
async-trait = "0.1.50"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user