From 158da0fac70fea8acabc35186f678b003a1bb82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 08:55:37 +0000 Subject: [PATCH] chore(deps): update metrics-exporter-prometheus requirement Updates the requirements on [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) to permit the latest version. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-exporter-prometheus-v0.14.0...metrics-exporter-prometheus-v0.15.0) --- updated-dependencies: - dependency-name: metrics-exporter-prometheus dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5262849..849bfb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,5 +53,5 @@ features = [ [dev-dependencies] assert_matches = "1.5.0" axum = "0.7.2" -metrics-exporter-prometheus = "0.14.0" +metrics-exporter-prometheus = "0.15.0" tokio = { version = "1.20.1", features = ["full"] }