chore(deps): update dependency prom_ex to ~> 1.9.0 (#48)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prom_ex](https://hex.pm/packages/prom_ex) | minor | `~> 1.8.0` -> `~> 1.9.0` |

---

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

Reviewed-on: #48
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
2023-10-12 21:47:51 +00:00
committed by João Paulo Dubas
parent e771d55589
commit d7c99b099d
2 changed files with 14 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ defmodule Wabanex.MixProject do
{:phoenix_live_dashboard, "~> 0.8.0"},
{:plug_cowboy, "~> 2.6.0"},
{:postgrex, "~> 0.17.0"},
{:prom_ex, "~> 1.8.0"},
{:prom_ex, "~> 1.9.0"},
{:telemetry_metrics, "~> 0.6.0"},
{:telemetry_poller, "~> 1.0.0"}
]