diff --git a/rebar.config b/rebar.config index 6499254..4520dd2 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ {deps, [ {cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag, "1.0.1"}}}, - {hackney, ".*", {git, "git://github.com/benoitc/hackney", {tag, "0.15.0"}}}, + {hackney, ".*", {git, "git://github.com/benoitc/hackney", {tag,"1.0.0"}}}, {ibrowse, ".*", {git, "git://github.com/cmullaparthi/ibrowse", {tag, "v4.1.1"}}}, {lhttpc, ".*", {git, "git://github.com/eproxus/lhttpc", {branch, 'hint-encoding'}}} ]}.