From ea67e79d5a2adf9392407fb6e9adf80111024498 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 08:38:52 +0000 Subject: [PATCH] fix(deps): update rust crate prometheus to 0.14 --- dwctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwctl/Cargo.toml b/dwctl/Cargo.toml index c92b75312..b460a6f96 100644 --- a/dwctl/Cargo.toml +++ b/dwctl/Cargo.toml @@ -89,7 +89,7 @@ rust_decimal = { version = "1.38.0", features = ["serde"] } bon = "3.3" once_cell = "1.20" # Prometheus for GenAI metrics (via axum-prometheus) -prometheus = "0.13" +prometheus = "0.14" # Embedded database support postgresql_embedded = { version = "0.20", optional = true, features = [ "bundled",