From 448e0d3096ea2b1693c5e8e5bb9edabcd83bebce Mon Sep 17 00:00:00 2001 From: Aman Dhoot Date: Sat, 27 Jun 2026 14:58:39 +0100 Subject: [PATCH] Support httpoison 3.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8c278f7..e6ddf7e 100644 --- a/mix.exs +++ b/mix.exs @@ -58,7 +58,7 @@ defmodule ReverseProxyPlug.MixProject do {:excoveralls, "~> 0.18", only: :test}, {:mix_test_watch, "~> 1.1", only: [:dev, :test], runtime: false}, {:plug, "~> 1.6"}, - {:httpoison, "~> 1.4 or ~> 2.0", optional: true}, + {:httpoison, "~> 1.4 or ~> 2.0 or ~> 3.0", optional: true}, {:credo, "~> 1.0", only: [:dev, :test], runtime: false}, {:hammox, "~> 0.7", only: :test}, {:ex_doc, ">= 0.0.0", only: :dev, runtime: false},