From a013783cba2e83e61171147785454cc72daedf89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:02:14 +0000 Subject: [PATCH] chore(deps): update dependency finch to v0.23.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6a8d02b..ca393d8 100644 --- a/mix.exs +++ b/mix.exs @@ -74,7 +74,7 @@ defmodule CodexPooler.MixProject do {:swoosh, "== 1.26.1"}, {:gen_smtp, "== 1.3.0"}, {:req, "== 0.6.1"}, - {:finch, "== 0.22.0"}, + {:finch, "== 0.23.0"}, {:mint, "== 1.9.0"}, {:mint_web_socket, "== 1.0.5"}, {:telemetry_metrics, "== 1.1.0"},