From 71b871db1d3488d1e345d61370cca740a190b4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:15:24 +0000 Subject: [PATCH] Bump prometheus-client from 0.22.3 to 0.23.0 Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.22.3 to 0.23.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.22.3...v0.23.0) --- updated-dependencies: - dependency-name: prometheus-client 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 c5871f4..784224f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1979,9 +1979,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.22.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca" +checksum = "92f2b0cae6fd19ec4f2b6ded3f39ffcce7a8c8490b34aa406c27e2c855bdc97d" dependencies = [ "dtoa", "itoa", diff --git a/Cargo.toml b/Cargo.toml index ef518fc..bf5acd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ opentelemetry-otlp = { version = "0.27.0", optional = true } opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] } thiserror = "2.0.11" anyhow = "1.0.95" -prometheus-client = "0.22.2" +prometheus-client = "0.23.0" [dev-dependencies] assert-json-diff = "2.0.2"