From 74933cc8483b8291a7caf68bc6e70fe3d581575c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 09:21:53 +0000 Subject: [PATCH] Update hackney requirement from 1.6.5 to 1.15.2 Updates the requirements on [hackney](https://github.com/benoitc/hackney) to permit the latest version. - [Release notes](https://github.com/benoitc/hackney/releases) - [Changelog](https://github.com/benoitc/hackney/blob/master/NEWS.md) - [Commits](https://github.com/benoitc/hackney/compare/1.6.5...1.15.2) --- updated-dependencies: - dependency-name: hackney dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b791c0d..e3ff73f 100644 --- a/mix.exs +++ b/mix.exs @@ -33,7 +33,7 @@ defmodule HttpProxy.Mixfile do defp deps do [ {:plug_cowboy, "~> 2.0"}, - {:hackney, "1.6.5"}, + {:hackney, "1.15.2"}, {:exjsx, "~> 4.0.0", runtime: false}, {:earmark, "~> 1.0", only: :dev, runtime: false}, {:ex_doc, "~> 0.29", only: :dev, runtime: false},