From fa74590bd5e7046e21001449bd6bffee2552f50c Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 1 Dec 2014 11:21:27 +0100 Subject: [PATCH] bump hackney to 1.0.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}}} ]}.