Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.18 to 0.9.19. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.18...v0.9.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
27 lines
576 B
TOML
27 lines
576 B
TOML
[package]
|
|
name = "solana-metrics"
|
|
version = "0.17.0"
|
|
description = "Solana Metrics"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
env_logger = "0.6.2"
|
|
influx_db_client = "0.3.6"
|
|
lazy_static = "1.3.0"
|
|
log = "0.4.7"
|
|
reqwest = "0.9.19"
|
|
solana-sdk = { path = "../sdk", version = "0.17.0" }
|
|
sys-info = "0.5.7"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.6.5"
|
|
serial_test = "0.2.0"
|
|
serial_test_derive = "0.2.0"
|
|
|
|
[lib]
|
|
name = "solana_metrics"
|