From 0cfa0b0fcb60a5f37ea868d9f7e68c314d1adaff Mon Sep 17 00:00:00 2001 From: Bryan Fink Date: Sat, 21 Oct 2023 17:24:55 -0500 Subject: [PATCH] update mochiweb dep to get upstream 0.0 matching fix mochi/mochiweb#260 is the same sort of fix as webmachine/webmachine#340 - updating floating point 0.0 matching for OTP 27 compatibility --- rebar.config | 2 +- rebar.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index c816c299..612c4a04 100644 --- a/rebar.config +++ b/rebar.config @@ -5,7 +5,7 @@ {xref_checks, [undefined_function_calls]}. -{deps, [{mochiweb, "3.1.1", {git, "https://github.com/mochi/mochiweb.git", {tag, "v3.1.1"}}}]}. +{deps, [{mochiweb, "3.2.1", {git, "https://github.com/mochi/mochiweb.git", {tag, "v3.2.1"}}}]}. {eunit_opts, [ no_tty, diff --git a/rebar.lock b/rebar.lock index 7c7a7f31..619e9fe5 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,4 +1,4 @@ [{<<"mochiweb">>, {git,"https://github.com/mochi/mochiweb.git", - {ref,"7c4d3110b1889a5d58eb4dda2b1ddbb5645df3e9"}}, + {ref,"897f22f6720cf369547d1303888b46b5a00e00b4"}}, 0}].