Prechádzať zdrojové kódy

chore: pin system_monitor 3.0.5

zmstone 1 rok pred
rodič
commit
672173c7fd
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      mix.exs
  2. 1 1
      rebar.config

+ 1 - 1
mix.exs

@@ -67,7 +67,7 @@ defmodule EMQXUmbrella.MixProject do
        github: "emqx/emqtt", tag: "1.10.1", override: true, system_env: maybe_no_quic_env()},
       {:rulesql, github: "emqx/rulesql", tag: "0.2.1"},
       {:observer_cli, "1.7.1"},
-      {:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.3"},
+      {:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.5"},
       {:telemetry, "1.1.0"},
       # in conflict by emqtt and hocon
       {:getopt, "1.0.2", override: true},

+ 1 - 1
rebar.config

@@ -94,7 +94,7 @@
     {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.2.1"}}},
     % NOTE: depends on recon 2.5.x
     {observer_cli, "1.7.1"},
-    {system_monitor, {git, "https://github.com/ieQu1/system_monitor", {tag, "3.0.3"}}},
+    {system_monitor, {git, "https://github.com/ieQu1/system_monitor", {tag, "3.0.5"}}},
     {getopt, "1.0.2"},
     {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}},
     {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.42.2"}}},