Mix: upgrade Hackney to 1.18.0

This commit is contained in:
a1batross 2021-11-29 17:28:10 +00:00
parent c97f99ccf2
commit 809503011f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ defmodule Pleroma.Mixfile do
{:mock, "~> 0.3.5", only: :test},
# temporary downgrade for excoveralls, hackney until hackney max_connections bug will be fixed
{:excoveralls, "0.12.3", only: :test},
{:hackney, "~> 1.17.0", override: true},
{:hackney, "~> 1.18.0", override: true},
{:mox, "~> 1.0", only: :test},
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
] ++ oauth_deps()