Mix: upgrade Hackney to 1.18.0
authora1batross <a1ba.omarov@gmail.com>
Mon, 29 Nov 2021 17:28:10 +0000 (17:28 +0000)
committera1batross <a1ba.omarov@gmail.com>
Mon, 29 Nov 2021 17:28:10 +0000 (17:28 +0000)
mix.exs

diff --git a/mix.exs b/mix.exs
index 4ec76a50f94476f36794f4b893191ca881909fcc..9385f7cf4e636c5ec16bfe181f2232a66141dfb2 100644 (file)
--- 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()