Update prometheus requirement from 0.9.0 to 0.10.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/42/head
dependabot-preview[bot] 4 years ago committed by GitHub
parent 24284541b0
commit 46778ff8ea
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.9.0"
version = "0.10.0"
default_features = false
features = ["process"]

Loading…
Cancel
Save