From f0c29b22bc0cce754f4682ce3577dc3862e68f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:59:01 +0000 Subject: [PATCH] Update metrics-exporter-prometheus requirement from 0.11 to 0.12 Updates the requirements on [metrics-exporter-prometheus](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-exporter-prometheus-v0.11.0...metrics-exporter-prometheus-v0.12.1) --- updated-dependencies: - dependency-name: metrics-exporter-prometheus dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index d709ab3..43af1aa 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -24,7 +24,7 @@ actix_derive = "0.6" actix-web = "4.0" tracing = "0.1" tracing-subscriber = "0.3" -metrics-exporter-prometheus = "0.11" +metrics-exporter-prometheus = "0.12" hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] }