From 15d95c372da1a1ca3e339696d3d7d7b2cad8815b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 22:18:53 +0000 Subject: [PATCH] Update metrics requirement from 0.12.1 to 0.20.1 Updates the requirements on [metrics](https://github.com/metrics-rs/metrics) to permit the latest version. - [Release notes](https://github.com/metrics-rs/metrics/releases) - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.12.1...metrics-v0.17.1) --- 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 bd0fb882..c5fd358a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -35,7 +35,7 @@ hecs = "0.7.6" rcgen = { version = "0.9.2", default-features = false } memoffset = "0.6" gltf = { version = "1.0.0", default-features = false, features = ["utils"] } -metrics = { version = "0.12.1", features = ["std"] } +metrics = { version = "0.20.1", features = ["std"] } metrics-core = "0.5.2" hdrhistogram = { version = "7", default-features = false }