Skip to content

Commit

Permalink
Update min version of hackney to 1.15.2
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 #512.
  • Loading branch information
germsvel committed Dec 29, 2020
1 parent e5cefc3 commit 4109273
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 @@ -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 4109273

Please sign in to comment.