From 1f6467c2cd8b5a326d15d7001eac8ffe1e32030c Mon Sep 17 00:00:00 2001 From: David Southard Date: Thu, 16 May 2024 15:53:03 -0500 Subject: [PATCH] Update mix.exs (#232) * Update mix.exs bump telemetry metrics to 1.0 * Update mix.exs update restrictions on telemtetry metrics --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6902cb6..7e5786a 100644 --- a/mix.exs +++ b/mix.exs @@ -58,7 +58,7 @@ defmodule PromEx.MixProject do {:finch, "~> 0.15"}, {:telemetry, ">= 1.0.0"}, {:telemetry_poller, "~> 1.0"}, - {:telemetry_metrics, "~> 0.6"}, + {:telemetry_metrics, "~> 0.6 or ~> 1.0"}, {:telemetry_metrics_prometheus_core, "~> 1.0"}, {:plug_cowboy, "~> 2.5 or ~> 2.6"}, {:octo_fetch, "~> 0.3"},