From 37907571d340b6224829a3ccf526a1fda2eb95ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:45:22 +0000 Subject: [PATCH] build(deps): bump prometheus-client from 0.24.1 to 0.25.0 Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.24.1 to 0.25.0. - [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.24.1...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0eeb15e..65ef4c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2680,9 +2680,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cca3d75b4566b9a29fe1ed623587fb058e826eb329a0be4b7c4da1ebb2d7a6ca" +checksum = "ba70bf887030e45213b4a95c9b08d5a450b157f87c1d63661ed0847a12fa2aad" dependencies = [ "dtoa", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 134770c..6decd25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ femme = "2.1.0" humantime = "2.3.0" log = "0.4.29" pgp = "0.14.2" -prometheus-client = "0.24.1" +prometheus-client = "0.25.0" rand = "0.8.5" reqwest = { version = "0.12.5", features = ["native-tls-vendored"] } serde = { version = "1.0.114", features = ["derive"] }