diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-12-12 13:01:30 -0600 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-22 21:06:36 +0100 |
commit | c10783087f9ed18ccd2cb42070c13c918ee12652 (patch) | |
tree | be7976e26c8290365cf6ecaf5c73f13fc8146f90 /mix.exs | |
parent | 66c75b01929f5a4c5b02a6690f98ee363cfa77d6 (diff) | |
download | pleroma-c10783087f9ed18ccd2cb42070c13c918ee12652.tar.gz |
Switch to a fork of Hackney 1.15.2 for now so we can have our URL normalization bugfix
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -208,7 +208,10 @@ 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.15.2", override: true}, + {:hackney, + git: "https://git.pleroma.social/pleroma/elixir-libraries/hackney.git", + ref: "7d7119f0651515d6d7669c78393fd90950a3ec6e", + override: true}, {:mox, "~> 0.5", only: :test}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test} ] ++ oauth_deps() |