From c22c3b1dbbe170369b83fe04a4fc8dc1bbb0f088 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 04:56:56 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f3534e..d237c3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ toml = "0.5" [dependencies.prometheus] optional = true -version = "0.7" +version = "0.8" default_features = false features = ["process"]