From cebe8e80cb070e456f2589237c42d8a044d261df Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 17 Feb 2021 18:53:50 +0100 Subject: Update webmachine to 1.11.1 --- rebar.config | 2 +- rebar.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index 2afb8f0..7193762 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ %%-*- mode: erlang -*- {deps, [ - {webmachine, {git, "https://github.com/webmachine/webmachine", {branch, "master"}}} + {webmachine, {git, "https://github.com/webmachine/webmachine", {tag, "1.11.1"}}} ]}. {relx, [{release, {'ldapsp', "0.0.3"}, diff --git a/rebar.lock b/rebar.lock index a074cc9..6da8c9a 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,10 +1,10 @@ {"1.1.0", -[{<<"mochiweb">>,{pkg,<<"mochiweb">>,<<"2.12.2">>},1}, +[{<<"mochiweb">>,{pkg,<<"mochiweb">>,<<"2.18.0">>},1}, {<<"webmachine">>, {git,"https://github.com/webmachine/webmachine", - {ref,"b4758b51c05e8f4e8898a70b7a14514a8c150ffa"}}, + {ref,"92225b82fc702f78cf9d23248023ec841272df80"}}, 0}]}. [ {pkg_hash,[ - {<<"mochiweb">>, <<"80804AD342AFA3D7F3524040D4EED66CE74B17A555DE454AC85B07C479928E46">>}]} + {<<"mochiweb">>, <<"EB55F1DB3E6E960FAC4E6DB4E2DB9EC3602CC9F30B86CD1481D56545C3145D2E">>}]} ]. -- cgit v1.2.3