From b9904bc1886ebd979cefe1d198ec42b131369928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:04:32 +0000 Subject: [PATCH] build(deps): update prometheus-client requirement from 0.22 to 0.24 Updates the requirements on [prometheus-client](https://github.com/prometheus/client_rust) to permit the latest version. - [Release notes](https://github.com/prometheus/client_rust/releases) - [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_rust/compare/v0.22.0...v0.24.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.24.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/sidecar-watcher/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6d..ee0c2f6f7 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0" tracing = "0.1" humantime = "2" tracing-subscriber = "0.3" -prometheus-client = "0.22" +prometheus-client = "0.24" reqwest = { version = "0.11", features = ["json"] } chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] }