From 24eda247ae58838f47b33f30bc4c0c12c8e16370 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Thu, 13 Oct 2022 09:27:24 -0300 Subject: [PATCH] chore: pin `telemetry` version --- mix.exs | 3 ++- rebar.config | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ad6a7d7b0..5750598ae 100644 --- a/mix.exs +++ b/mix.exs @@ -63,6 +63,7 @@ defmodule EMQXUmbrella.MixProject do {:rulesql, github: "emqx/rulesql", tag: "0.1.4"}, {:observer_cli, "1.7.1"}, {:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.3"}, + {:telemetry, "1.1.0"}, # in conflict by emqtt and hocon {:getopt, "1.0.2", override: true}, {:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "1.0.0", override: true}, @@ -516,7 +517,7 @@ defmodule EMQXUmbrella.MixProject do |> Path.join("RELEASES") |> File.open!([:write, :utf8], fn handle -> IO.puts(handle, "%% coding: utf-8") - :io.format(handle, ~c"~tp.~n", [release_entry]) + :io.format(handle, '~tp.~n', [release_entry]) end) release diff --git a/rebar.config b/rebar.config index 769fe6e78..505c475cc 100644 --- a/rebar.config +++ b/rebar.config @@ -71,6 +71,7 @@ , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.1"}}} , {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.2.0"}}} , {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}} + , {telemetry, "1.1.0"} ]}. {xref_ignores,