From fbfc4cb772817ec3b059a9d246638144a0d62714 Mon Sep 17 00:00:00 2001 From: Simon Hansen Date: Wed, 8 Jul 2026 07:19:07 +0200 Subject: [PATCH 1/2] Support Req 0.6.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8c278f7..e2125da 100644 --- a/mix.exs +++ b/mix.exs @@ -53,7 +53,7 @@ defmodule ReverseProxyPlug.MixProject do defp deps do [ - {:req, "~> 0.3.0 or ~> 0.4.0 or ~> 0.5.0", optional: true}, + {:req, "~> 0.3.0 or ~> 0.4.0 or ~> 0.5.0 or ~> 0.6.0", optional: true}, {:finch, "~> 0.18", optional: true}, {:excoveralls, "~> 0.18", only: :test}, {:mix_test_watch, "~> 1.1", only: [:dev, :test], runtime: false}, From 4491f8757571f6457340d4ebae86fb476f433bd4 Mon Sep 17 00:00:00 2001 From: Simon Hansen Date: Fri, 21 Aug 2026 09:53:19 +0200 Subject: [PATCH 2/2] Add req 0.7.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e2125da..0090522 100644 --- a/mix.exs +++ b/mix.exs @@ -53,7 +53,7 @@ defmodule ReverseProxyPlug.MixProject do defp deps do [ - {:req, "~> 0.3.0 or ~> 0.4.0 or ~> 0.5.0 or ~> 0.6.0", optional: true}, + {:req, "~> 0.3.0 or ~> 0.4.0 or ~> 0.5.0 or ~> 0.6.0" or ~> 0.7.0", optional: true}, {:finch, "~> 0.18", optional: true}, {:excoveralls, "~> 0.18", only: :test}, {:mix_test_watch, "~> 1.1", only: [:dev, :test], runtime: false},