Update prometheus requirement from 0.7 to 0.8

Updates the requirements on [prometheus](https://github.com/pingcap/rust-prometheus) to permit the latest version.
- [Release notes](https://github.com/pingcap/rust-prometheus/releases)
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pingcap/rust-prometheus/compare/v0.7.0...v0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/28/head
dependabot-preview[bot] 4 years ago committed by GitHub
parent 6550eac367
commit c22c3b1dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ toml = "0.5"
[dependencies.prometheus]
optional = true
version = "0.7"
version = "0.8"
default_features = false
features = ["process"]

Loading…
Cancel
Save