From a7cfeb56570678ff9f5eb711450302b5ba6fcdbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:32:07 +0000 Subject: [PATCH] chore(deps): update metrics requirement from 0.22.0 to 0.23.0 Updates the requirements on [metrics](https://github.com/metrics-rs/metrics) to permit the latest version. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.22.0...metrics-v0.23.0) --- updated-dependencies: - dependency-name: metrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0295017..e357132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ use-gauge-on-cpu-seconds-total = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -metrics = "0.22.0" +metrics = "0.23.0" [target.'cfg(target_os = "macos")'.dependencies] libproc = "0.14.2"