From 1faea01e80c31e4e3bfac544d4d9f9be0f8d9536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 04:01:21 +0000 Subject: [PATCH] build(deps): update prometheus-client requirement from 0.22.0 to 0.23.0 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.23.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- examples/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f8977a..ebf1e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,6 @@ kube-core = { version = "0.98", default-features = false } kube-runtime = { version = "0.98", default-features = false } kube = { version = "0.98", default-features = false } -prometheus-client = { version = "0.22.0", default-features = false } +prometheus-client = { version = "0.23.0", default-features = false } tokio = { version = "1.17.0", default-features = false } diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 98320ce..15f3413 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -36,7 +36,7 @@ anyhow = "1" chrono = { version = "0.4", default-features = false } futures = { version = "0.3", default-features = false } maplit = "1" -prometheus-client = "0.22" +prometheus-client = "0.23" rand = "0.8" regex = "1" thiserror = "2"