From b96ac3186155d58525c965ee14524a9e1dd258d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 03:40:43 +0000 Subject: [PATCH] build(deps): update tokio-metrics requirement from 0.3 to 0.4 Updates the requirements on [tokio-metrics](https://github.com/tokio-rs/tokio-metrics) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio-metrics/releases) - [Changelog](https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio-metrics/compare/v0.3.1...v0.4.0) --- updated-dependencies: - dependency-name: tokio-metrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kubert-prometheus-tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubert-prometheus-tokio/Cargo.toml b/kubert-prometheus-tokio/Cargo.toml index 90abdf79..1b522181 100644 --- a/kubert-prometheus-tokio/Cargo.toml +++ b/kubert-prometheus-tokio/Cargo.toml @@ -18,5 +18,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] } [dependencies] prometheus-client = "0.22" tokio = "1" -tokio-metrics = "0.3" +tokio-metrics = "0.4" tracing = "0.1"