From: a1batross Date: Mon, 29 Nov 2021 17:28:10 +0000 (+0000) Subject: Mix: upgrade Hackney to 1.18.0 X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=809503011f5cfe23f8e00eb175feba35d50fb3f3;p=akkoma Mix: upgrade Hackney to 1.18.0 --- diff --git a/mix.exs b/mix.exs index 4ec76a50f..9385f7cf4 100644 --- a/mix.exs +++ b/mix.exs @@ -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()