From 64f3f3287a3ae40ffa471558835a1a4155f5e0e4 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 27 May 2021 12:30:24 +0200 Subject: [PATCH] Update luerl dependency from v0.3 to v0.4 --- mix.exs | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index ca4dbe203..cbcb4f34a 100644 --- a/mix.exs +++ b/mix.exs @@ -130,7 +130,7 @@ defmodule Ejabberd.Mixfile do for {:true, dep} <- [{config(:pam), {:epam, "~> 1.0"}}, {config(:redis), {:eredis, "~> 1.0"}}, {config(:zlib), {:ezlib, "~> 1.0"}}, - {config(:lua), {:luerl, "~> 0.3.1"}}, + {config(:lua), {:luerl, "~> 0.4.0"}}, {config(:sqlite), {:sqlite3, "~> 1.1"}}], do: dep end diff --git a/rebar.config b/rebar.config index 17c841880..26707533f 100644 --- a/rebar.config +++ b/rebar.config @@ -41,7 +41,7 @@ {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}}, {lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}}, {if_var_true, lua, - {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}}, + {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.4"}}}}, {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.13"}}}, {p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.12"}}}, {if_var_true, mysql,