Skip to content

Commit 3ebd420

Browse files
authored
Bump hackney version
Hackney 1.8.0 fixes a nasty bug: benoitc/hackney#400
1 parent 7387185 commit 3ebd420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule Sentry.Mixfile do
2424

2525
defp deps do
2626
[
27-
{:hackney, "~> 1.7.0"},
27+
{:hackney, "~> 1.8.0"},
2828
{:uuid, "~> 1.0"},
2929
{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0"},
3030
{:plug, "~> 1.0", optional: true},

0 commit comments

Comments
 (0)