From d95b56cbd428f00774078770fc949a1bbb949707 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 29 Sep 2021 08:15:09 +0200 Subject: [PATCH] Update Prometheus --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5920875..105f433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ toml = "0.5.8" [dependencies.prometheus] optional = true -version = "0.12.0" +version = "0.13.0" default_features = false features = ["process"]