Skip to content

Commit

Permalink
MOD: Upgrade hackney to fix checkout_timeout
Browse files Browse the repository at this point in the history
For references: edgurgel/httpoison#414
  • Loading branch information
Zarathustra2 committed Feb 8, 2021
1 parent 176e2ea commit 38fdabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Alchemy.Mixfile do

defp deps do
[
{:httpoison, "~> 1.5"},
{:httpoison, "~> 1.8"},
{:earmark, "~> 1.3", only: :dev},
{:websocket_client, "~> 1.3"},
{:ex_doc, "~> 0.20", only: :dev},
Expand Down

0 comments on commit 38fdabb

Please sign in to comment.