summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2022-05-06 12:41:00 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-05-06 13:22:07 -0400
commit3bdbcf53715ed7ef98899891147affca2f3b33dc (patch)
tree9aff6a7abb2e64a899bc64fd223f9f597ce1b78e
parent79a5c6a5836c7a2732e535f4cb8a01a8053cfb74 (diff)
downloadcouchdb-3bdbcf53715ed7ef98899891147affca2f3b33dc.tar.gz
Bump mochiweb to include the {shutdown, Error} in acceptor recycler
https://github.com/apache/couchdb-mochiweb/commit/077b4f801ba8f853a9649a9c0f055b8e4f33dcca
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index da3fc58a1..955b6fa0a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -162,7 +162,7 @@ DepDescs = [
{hyper, "hyper", {tag, "CouchDB-2.2.0-7"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-5"}},
{jiffy, "jiffy", {tag, "CouchDB-1.0.9-1"}},
-{mochiweb, "mochiweb", {tag, "CouchDB-v2.21.0-1"}},
+{mochiweb, "mochiweb", {tag, "CouchDB-v2.22.0-2"}},
{meck, "meck", {tag, "0.9.2"}},
{recon, "recon", {tag, "2.5.2"}}
].