From cfad1aec2d21e24620032ac801bfece092ce6e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:05:04 +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.16.0...metrics-exporter-prometheus-v0.17.2) --- updated-dependencies: - dependency-name: metrics-exporter-prometheus dependency-version: 0.17.2 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 efcc962..1e2b0b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,5 +62,5 @@ features = [ [dev-dependencies] assert_matches = "1.5.0" axum = "0.8.1" -metrics-exporter-prometheus = "0.16.0" +metrics-exporter-prometheus = "0.17.2" tokio = { version = "1.20.1", features = ["full"] }