diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2021-06-07 18:57:24 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2021-06-07 18:59:49 -0400 |
commit | e013e3884317b53bde62c71b0d543ddcd4f0c116 (patch) | |
tree | 44bb1f5a630a0fe090074e2c60215d57927a4c46 | |
parent | 193cad54f63c6a80894a4a939d54a21eda7edd4e (diff) | |
download | couchdb-e013e3884317b53bde62c71b0d543ddcd4f0c116.tar.gz |
Bump ibrowse to 4.4.2-5
Previously, in 4.4.2-4 ibrowse upstream rebase also included the commit which
unconditionally unquoted userinfo credentials. Since we know have a better way
of handing basic auth creds bump ibrowse with a rebase which doesn't include
that commit.
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index ceba35b10..a7d999225 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -151,7 +151,7 @@ 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-4"}}, +{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-5"}}, {jaeger_passage, "jaeger-passage", {tag, "CouchDB-0.1.14-4"}}, {jiffy, "jiffy", {tag, "CouchDB-1.0.5-1"}}, {local, "local", {tag, "0.2.1"}}, |