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 11:07:32 -0400
commitc87098f18aebb8b5ff5e226a346ea17bbf5d1ae5 (patch)
tree22ba2e4b52b8dd1a30fec7d824df3eee1d026e35
parent9cdf1f077311bc9a1e1dac2daddd1f1c9646336c (diff)
downloadcouchdb-c87098f18aebb8b5ff5e226a346ea17bbf5d1ae5.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 eb37d5b41..50af41036 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -150,7 +150,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"}},
{jaeger_passage, "jaeger-passage", {tag, "CouchDB-0.1.14-4"}},
{jiffy, "jiffy", {tag, "CouchDB-1.0.5-1"}},