From f9efd37f9ab77080b56906a2cdf992f779b63204 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:37:04 +0000 Subject: [PATCH] chore(deps): update dependency httpoison to v3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 420607e8..351ce513 100644 --- a/mix.exs +++ b/mix.exs @@ -72,7 +72,7 @@ defmodule Orbit.MixProject do compile: false, depth: 1}, {:highlander, "0.2.1"}, - {:httpoison, "2.3.0"}, + {:httpoison, "== 3.0.0"}, {:jason, "1.4.5"}, {:laboratory, git: "https://github.com/paulswartz/laboratory.git",