Update prometheus requirement from 0.8.0 to 0.9.0

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.8.0...v0.9.0)

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

@ -41,7 +41,7 @@ toml = "0.5.6"
[dependencies.prometheus]
optional = true
version = "0.8.0"
version = "0.9.0"
default_features = false
features = ["process"]

Loading…
Cancel
Save