Skip to content

Commit 8170dc6

Browse files
committed
Allow usage of hackney 4.x
1 parent 363b5f2 commit 8170dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ defmodule Sentry.Mixfile do
9898
[
9999
{:nimble_options, "~> 1.0"},
100100
# Optional dependencies
101-
{:hackney, "~> 1.8", optional: true},
101+
{:hackney, ">= 1.8.0 and < 5.0.0", optional: true},
102102
{:finch, "~> 0.21", optional: true},
103103
{:jason, "~> 1.1", optional: true},
104104
{:phoenix, "~> 1.6", optional: true},

0 commit comments

Comments
 (0)