mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
745f4fd5af
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.15 to 0.14.16. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.15...v0.14.16) --- updated-dependencies: - dependency-name: hyper 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>
36 lines
1.1 KiB
TOML
36 lines
1.1 KiB
TOML
[package]
|
|
name = "polkadot-node-metrics"
|
|
version = "0.9.13"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Subsystem metric helpers"
|
|
|
|
[dependencies]
|
|
futures = "0.3.17"
|
|
futures-timer = "3.0.2"
|
|
tracing = "0.1.29"
|
|
|
|
metered-channel = { path = "../metered-channel" }
|
|
|
|
# Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`.
|
|
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
codec = { package = "parity-scale-codec", version = "2.2.0" }
|
|
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
|
|
bs58 = { version = "0.4.0", features = ["alloc"] }
|
|
log = "0.4.13"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "2.0.2"
|
|
nix = "0.23.1"
|
|
tempfile = "3.2.0"
|
|
hyper = { version = "0.14.16", default-features = false, features = ["http1", "tcp"] }
|
|
tokio = "1.13"
|
|
|
|
[features]
|
|
default = []
|
|
runtime-metrics = []
|