Update Hackney, the default HTTP client, to the latest release which supports Happy Eyeballs for improved IPv6 federation

This commit is contained in:
Mark Felder 2025-12-23 11:44:21 -08:00
commit 3f9466e3a9
3 changed files with 4 additions and 3 deletions

View file

@ -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},