projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97f99c
)
Mix: upgrade Hackney to 1.18.0
author
a1batross
<a1ba.omarov@gmail.com>
Mon, 29 Nov 2021 17:28:10 +0000
(17:28 +0000)
committer
a1batross
<a1ba.omarov@gmail.com>
Mon, 29 Nov 2021 17:28:10 +0000
(17:28 +0000)
mix.exs
patch
|
blob
|
history
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.1
7
.0", override: true},
+ {:hackney, "~> 1.1
8
.0", override: true},
{:mox, "~> 1.0", only: :test},
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
] ++ oauth_deps()