From 77ed9e5b3fb318d458ecfcaed049fc257424ac50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:58:17 +0000 Subject: [PATCH] chore(deps): update dependency hackney to v4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 279731d2..6d8d18aa 100644 --- a/mix.exs +++ b/mix.exs @@ -62,7 +62,7 @@ defmodule Orbit.MixProject do {:guardian, "2.4.0"}, {:guardian_phoenix, "2.0.1"}, # used by ex_aws - {:hackney, "1.25.0"}, + {:hackney, "== 4.4.5"}, {:heroicons, github: "tailwindlabs/heroicons", tag: "v2.2.0",