aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-19 13:27:33 +0100
committerLoïc Hoguin <[email protected]>2020-11-19 13:27:33 +0100
commit8c10fd264c2e482d9c3825c0b443147ecbd48ed2 (patch)
tree7a47e7342a3a2bd1888eec3acf558b7aa096769e
parentd7a561c3743dc7391566d3e0d28d8cf910080786 (diff)
downloadgun-8c10fd264c2e482d9c3825c0b443147ecbd48ed2.tar.gz
gun-8c10fd264c2e482d9c3825c0b443147ecbd48ed2.tar.bz2
gun-8c10fd264c2e482d9c3825c0b443147ecbd48ed2.zip
Update Cowlib to 2.10.1
-rw-r--r--Makefile2
-rw-r--r--doc/src/guide/migrating_from_1.3.asciidoc2
-rw-r--r--rebar.config2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 76388e2..e58f96e 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl
LOCAL_DEPS = ssl
DEPS = cowlib
-dep_cowlib = git https://github.com/ninenines/cowlib master
+dep_cowlib = git https://github.com/ninenines/cowlib 2.10.1
DOC_DEPS = asciideck
diff --git a/doc/src/guide/migrating_from_1.3.asciidoc b/doc/src/guide/migrating_from_1.3.asciidoc
index 0afd19e..3b3d67b 100644
--- a/doc/src/guide/migrating_from_1.3.asciidoc
+++ b/doc/src/guide/migrating_from_1.3.asciidoc
@@ -135,7 +135,7 @@ Gun 2.0 requires Erlang/OTP 22.0 or greater.
(for example during state transitions when switching
protocols or connecting to proxies).
-* Update Cowlib to 2.10.0.
+* Update Cowlib to 2.10.1.
=== Features removed
diff --git a/rebar.config b/rebar.config
index 1770a1b..27c0da1 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.10.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.10.1"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.