chore(deps): update dependency telemetry_poller to ~> 1.1.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing

This commit is contained in:
renovate-bot 2024-04-09 00:05:58 +00:00
parent 9bd41ba3b8
commit c72c7650c2

View File

@ -50,7 +50,7 @@ defmodule Wabanex.MixProject do
{:prom_ex, "~> 1.9.0"}, {:prom_ex, "~> 1.9.0"},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false}, {:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:telemetry_metrics, "~> 0.6.0"}, {:telemetry_metrics, "~> 0.6.0"},
{:telemetry_poller, "~> 1.0.0"} {:telemetry_poller, "~> 1.1.0"}
] ]
end end