summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2021-05-26 11:02:35 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-05-26 12:38:44 -0400
commitd623134c9fea8f5acdcd1eff46ed5e82e3ab89f9 (patch)
tree76ca7fefe9568d112f55f93e39f4ef8f11ec025e
parentf1dd5fe195715f72a1dc78712445b5af889d30a9 (diff)
downloadcouchdb-d623134c9fea8f5acdcd1eff46ed5e82e3ab89f9.tar.gz
Bump hyper dependency to 2.2.0-7
Upgrade random -> rand https://github.com/apache/couchdb-hyper/releases/tag/CouchDB-2.2.0-7
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index c14772e2f..8e976748f 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -158,7 +158,7 @@ DepDescs = [
{tag, "v1.2.6"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.4"}},
-{hyper, "hyper", {tag, "CouchDB-2.2.0-6"}},
+{hyper, "hyper", {tag, "CouchDB-2.2.0-7"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-2"}},
{jiffy, "jiffy", {tag, "CouchDB-1.0.5-1"}},
{mochiweb, "mochiweb", {tag, "v2.20.0"}},