From c40ec45d58107a0d998dec88d9db01558c3ddfa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 20:19:01 +0000 Subject: [PATCH] Update prometheus requirement from 0.13 to 0.14 Updates the requirements on [prometheus](https://github.com/tikv/rust-prometheus) to permit the latest version. - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: prometheus dependency-version: 0.14.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 b3212bf..85aa5b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ utoipa-swagger-ui = { version = "9", features = ["axum"] } reqwest = { version = "0.12", features = ["blocking", "json"] } lazy_static = "1.4" regex = "1.10" -prometheus = "0.13" +prometheus = "0.14" [dev-dependencies] tempfile = "3.8" -- 2.51.2