Update Hackney, the default HTTP client, to the latest release which supports Happy Eyeballs for improved IPv6 federation
This commit is contained in:
parent
2f48544937
commit
3f9466e3a9
3 changed files with 4 additions and 3 deletions
2
mix.exs
2
mix.exs
|
|
@ -210,7 +210,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
|
||||
{:mock, "~> 0.3.5", only: :test},
|
||||
{:covertool, "~> 2.0", only: :test},
|
||||
{:hackney, "~> 1.18.0", override: true},
|
||||
{:hackney, "~> 1.25.0", override: true},
|
||||
{:mox, "~> 1.0", only: :test},
|
||||
{:websockex, "~> 0.4.3", only: :test},
|
||||
{:benchee, "~> 1.0", only: :benchmark},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue