chore(deps): update dependency postgrex to ~> 0.21.0
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-07-31 07:42:05 +00:00
parent 7c8ace3d28
commit 992eaa8d8f
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ defmodule Wabanex.MixProject do
{:phoenix_view, "~> 2.0.0"},
{:phoenix_live_dashboard, "~> 0.8.0"},
{:plug_cowboy, "~> 2.7.0"},
{:postgrex, "~> 0.20.0"},
{:postgrex, "~> 0.21.0"},
{:prom_ex, "~> 1.11.0"},
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},
{:telemetry_metrics, "~> 1.1.0"},