summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2021-06-07 13:41:04 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-06-07 15:10:48 -0400
commit193cad54f63c6a80894a4a939d54a21eda7edd4e (patch)
tree91c37a39a5a7bec6d2164ee35899321788af7228
parente349128d21212e9ab9ca35e8a72c581b9b77ebb1 (diff)
downloadcouchdb-193cad54f63c6a80894a4a939d54a21eda7edd4e.tar.gz
Bump ibrowse to 4.4.2-4 and mochiweb to v2.21.0
* mochiweb : upgrade crypto functions to support OTP 23+ * ibrowse : update time functions and fix flaky unit test
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index ca1774b8e..ceba35b10 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,11 +151,11 @@ DepDescs = [
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.4"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-7"}},
-{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-3"}},
+{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-4"}},
{jaeger_passage, "jaeger-passage", {tag, "CouchDB-0.1.14-4"}},
{jiffy, "jiffy", {tag, "CouchDB-1.0.5-1"}},
{local, "local", {tag, "0.2.1"}},
-{mochiweb, "mochiweb", {tag, "v2.20.0"}},
+{mochiweb, "mochiweb", {tag, "v2.21.0"}},
{meck, "meck", {tag, "0.9.2"}},
{recon, "recon", {tag, "2.5.0"}},
{passage, "passage", {tag, "CouchDB-0.2.6-1"}},