Skip to content

Commit

Permalink
Update min version of hackney to 1.15.2 (beam-community#575)
Browse files Browse the repository at this point in the history
There's an issue with older versions of hackney that results in failed
HTTPS requests with this error:

```
{:error, {:option, :server_only, :honor_cipher_order}}
```

See beam-community#512.
  • Loading branch information
germsvel committed Dec 29, 2020
1 parent e5cefc3 commit 06545bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -62,7 +62,7 @@ defmodule Bamboo.Mixfile do
{:excoveralls, "~> 0.13", only: :test},
{:floki, "~> 0.29", only: :test},
{:ex_doc, "~> 0.23", only: :dev},
{:hackney, ">= 1.13.0"},
{:hackney, ">= 1.15.2"},
{:jason, "~> 1.0", optional: true}
]
end
Expand Down

0 comments on commit 06545bb

Please sign in to comment.