From 8c87716154bb931627dd79ba2600d0c2ec2a4409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:04:45 +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.17.0...metrics-exporter-prometheus-v0.18.0) --- updated-dependencies: - dependency-name: metrics-exporter-prometheus dependency-version: 0.18.0 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 4e59403..8666259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ url = "2.5.4" # Metrics metrics = "0.24.1" -metrics-exporter-prometheus = "0.17.0" +metrics-exporter-prometheus = "0.18.0" # Slot Calc chrono = "0.4.40"