* chore: bump reqwest from 0.11.6 to 0.11.9 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.9. - [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.11.6...v0.11.9) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
30 lines
761 B
TOML
30 lines
761 B
TOML
[package]
|
|
name = "solana-metrics"
|
|
version = "1.10.0"
|
|
description = "Solana Metrics"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-metrics"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.5"
|
|
gethostname = "0.2.1"
|
|
lazy_static = "1.4.0"
|
|
log = "0.4.14"
|
|
reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
|
solana-sdk = { path = "../sdk", version = "=1.10.0" }
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.9.0"
|
|
rand = "0.7.0"
|
|
serial_test = "0.5.1"
|
|
|
|
[lib]
|
|
name = "solana_metrics"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|