From 71333daf0786a50647cc9fdfccb9d595ff548e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:52:47 +0000 Subject: [PATCH] chore(deps): 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 16e9ce0..2f81b66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ ruvector-server = { version = "0.1.2", optional = true } # ============================================ # Additional dependencies # ============================================ -prometheus = "0.13" +prometheus = "0.14" lazy_static = "1.5" tokio = { version = "1.0", features = ["rt-multi-thread", "sync", "fs"] } async-trait = "0.1"