From 016d043323aeec9e8446bbd82eb24085e8d99c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:33:29 +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.2...metrics-exporter-prometheus-v0.17.0) --- updated-dependencies: - dependency-name: metrics-exporter-prometheus dependency-version: 0.17.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 da4b791..75a63b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ url = "2.5.4" # Metrics metrics = "0.24.1" -metrics-exporter-prometheus = "0.16.2" +metrics-exporter-prometheus = "0.17.0" # Slot Calc chrono = "0.4.40"