From 1745f5abc94042ae69b45f1431d2dcd8264debf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 05:35:52 +0000 Subject: [PATCH] Update prometheus requirement from 0.13 to 0.14 in /reference-apps/rust 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] --- reference-apps/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/rust/Cargo.toml b/reference-apps/rust/Cargo.toml index 5803f9a..c7251d5 100644 --- a/reference-apps/rust/Cargo.toml +++ b/reference-apps/rust/Cargo.toml @@ -18,5 +18,5 @@ mysql_async = "0.36" mongodb = "3.1" redis = { version = "0.27", features = ["tokio-comp", "cluster-async"] } lapin = "3.7" -prometheus = "0.13" +prometheus = "0.14" lazy_static = "1.4"