From 5a602095b4a49fe7c52f7f85caa1059cdf3e300b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 06:15:56 +0000 Subject: [PATCH] Update metrics requirement from 0.22.1 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.1...metrics-v0.23.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 8e25f61e..b67bfecf 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -38,7 +38,7 @@ hecs = { workspace = true } rcgen = { version = "0.13.1", default-features = false, features = ["ring"] } memoffset = "0.9" gltf = { version = "1.0.0", default-features = false, features = ["utils"] } -metrics = "0.22.1" +metrics = "0.23.0" hdrhistogram = { version = "7", default-features = false } save = { path = "../save" }