From f110205b3fed868e5ac312edb03d4fd97c1ab133 Mon Sep 17 00:00:00 2001 From: Lincoln Baker Date: Thu, 15 Aug 2024 20:46:23 -0500 Subject: [PATCH] point to updated mochiweb Signed-off-by: Lincoln Baker --- rebar.config | 2 +- rebar.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index fdcf9692..2dd92f5d 100644 --- a/rebar.config +++ b/rebar.config @@ -5,7 +5,7 @@ {xref_checks, [undefined_function_calls]}. -{deps, [{mochiweb, ".*", {git, "https://github.com/mochi/mochiweb", {branch, "master"}}}]}. +{deps, [{mochiweb, ".*", {git, "https://github.com/mochi/mochiweb", {branch, "main"}}}]}. {eunit_opts, [ no_tty, diff --git a/rebar.lock b/rebar.lock index 96dbe8a0..58c62cf5 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,4 +1,4 @@ [{<<"mochiweb">>, - {git,"https://github.com/mochi/mochiweb.git", - {ref,"070594e4d66163d662ac7e3bfb75dadcc922dd7c"}}, + {git,"https://github.com/mochi/mochiweb", + {ref,"611254eb941e502227f221667389b98fd8e72d6f"}}, 0}].