Skip to content

Commit 70bf482

Browse files
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](benoitc/hackney@1.6.5...1.15.2) --- updated-dependencies: - dependency-name: hackney dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea78dba commit 70bf482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defmodule HttpProxy.Mixfile do
3333
defp deps do
3434
[
3535
{:plug_cowboy, "~> 2.0"},
36-
{:hackney, "1.6.5"},
36+
{:hackney, "1.15.2"},
3737
{:exjsx, "~> 4.0.0", runtime: false},
3838
{:earmark, "~> 1.0", only: :dev, runtime: false},
3939
{:ex_doc, "~> 0.13", only: :dev, runtime: false},

0 commit comments

Comments
 (0)