From 46778ff8ea983075aa648777c4d5c0f37aaf1a8c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 04:37:32 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cf114a..92f824a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ toml = "0.5" [dependencies.prometheus] optional = true -version = "0.9.0" +version = "0.10.0" default_features = false features = ["process"]