From c6b528a64637f77f9746d27c3f62def998692052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:00:20 +0000 Subject: [PATCH] Update metrics requirement from 0.23.0 to 0.24.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.23.0...metrics-v0.24.0) --- updated-dependencies: - dependency-name: metrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index b6da8c2b..5f5946c9 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -37,7 +37,7 @@ webpki = "0.22.0" hecs = { workspace = true } memoffset = "0.9" gltf = { version = "1.0.0", default-features = false, features = ["utils"] } -metrics = "0.23.0" +metrics = "0.24.0" hdrhistogram = { version = "7", default-features = false } save = { path = "../save" }