Update prometheus requirement from 0.10.0 to 0.11.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.10.0...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/52/head
dependabot-preview[bot] 4 years ago committed by GitHub
parent 9aa84f746c
commit 219619a9d8
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.10.0"
version = "0.11.0"
default_features = false
features = ["process"]

Loading…
Cancel
Save