From ab2197c4553b081f78db1043d1d863d5798dd7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 26 Feb 2019 12:05:10 +0100 Subject: [PATCH] Update mqtree --- mix.exs | 3 ++- mix.lock | 1 + rebar.config | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index fec5c2603..ffe9e30bb 100644 --- a/mix.exs +++ b/mix.exs @@ -74,10 +74,11 @@ defmodule Ejabberd.Mixfile do {:cache_tab, "~> 1.0"}, {:stringprep, "~> 1.0"}, {:fast_yaml, "~> 1.0"}, - {:fast_tls, "~> 1.0"}, + {:fast_tls, "~> 1.1"}, {:stun, "~> 1.0"}, {:esip, "~> 1.0"}, {:p1_mysql, "~> 1.0"}, + {:mqtree, "~> 1.0"}, {:p1_pgsql, "~> 1.1"}, {:jiffy, "~> 0.14.7"}, {:p1_oauth2, "~> 0.6.1"}, diff --git a/mix.lock b/mix.lock index 3321f198b..77b7e6c8d 100644 --- a/mix.lock +++ b/mix.lock @@ -21,6 +21,7 @@ "luerl": {:hex, :luerl, "0.3.1", "5412807630aac1aaf59ffe5a1bc09259c447b4faeb1d3fe2d4ef41b87676cb04", [:rebar3], [], "hexpm"}, "makeup": {:hex, :makeup, "0.8.0", "9cf32aea71c7fe0a4b2e9246c2c4978f9070257e5c9ce6d4a28ec450a839b55f", [:mix], [{:nimble_parsec, "~> 0.5.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"}, "makeup_elixir": {:hex, :makeup_elixir, "0.13.0", "be7a477997dcac2e48a9d695ec730b2d22418292675c75aa2d34ba0909dcdeda", [:mix], [{:makeup, "~> 0.8", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"}, + "mqtree": {:hex, :mqtree, "1.0.2", "8c41098424b13c67bddb71c966aa19ae72209d8b8f066d0ac9157d5c2834b68b", [:rebar3], [{:p1_utils, "1.0.14", [hex: :p1_utils, repo: "hexpm", optional: false]}], "hexpm"}, "nimble_parsec": {:hex, :nimble_parsec, "0.5.0", "90e2eca3d0266e5c53f8fbe0079694740b9c91b6747f2b7e3c5d21966bba8300", [:mix], [], "hexpm"}, "p1_mysql": {:hex, :p1_mysql, "1.0.9", "43ca869d3797b0248630cac0e05042e5e1b77d5cc3164206b10079c8d9182e0e", [:rebar3], [], "hexpm"}, "p1_oauth2": {:hex, :p1_oauth2, "0.6.4", "7898999a940814707a26a5b113f39ff1b1fd7f6ea3d31fcd414cd765b2f1fd28", [:rebar3], [], "hexpm"}, diff --git a/rebar.config b/rebar.config index 963c2a86b..c95c187bd 100644 --- a/rebar.config +++ b/rebar.config @@ -31,7 +31,7 @@ {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.1"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}}, {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.10"}}}, - {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.1"}}}, + {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.2"}}}, {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.27"}}}}, {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.28"}}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", @@ -73,6 +73,7 @@ epam, ezlib, eimp, + mqtree, pkix]}}. {erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl",