chore(deps): update dependency telemetry_poller to ~> 1.2.0 (#135)
All checks were successful
continuous-integration/drone/push Build is passing

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [telemetry_poller](https://hex.pm/packages/telemetry_poller) ([source](https://github.com/beam-telemetry/telemetry_poller)) | prod | minor | `~> 1.1.0` -> `~> 1.2.0` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #135
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
2025-04-02 11:27:43 +00:00
committed by João Paulo Dubas
parent f0c78f6dff
commit eba513c929
2 changed files with 2 additions and 2 deletions

View File

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