Просмотр исходного кода

chore(otp): be compatibility with crypto in otp 24

zhouzb 4 лет назад
Родитель
Сommit
69800a9e88
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      apps/emqx_connector/rebar.config
  2. 1 1
      rebar.config

+ 1 - 1
apps/emqx_connector/rebar.config

@@ -6,7 +6,7 @@
 {deps, [
   {eldap2, {git, "https://github.com/emqx/eldap2", {tag, "v0.2.2"}}},
   {mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.7.1"}}},
-  {epgsql, {git, "https://github.com/epgsql/epgsql", {tag, "4.4.0"}}},
+  {epgsql, {git, "https://github.com/emqx/epgsql", {tag, "4.6.0"}}},
   %% NOTE: mind poolboy version when updating mongodb-erlang version
   {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.10"}}},
   %% NOTE: mind poolboy version when updating eredis_cluster version

+ 1 - 1
rebar.config

@@ -68,7 +68,7 @@
     , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.22.0"}}}
     , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.4.1"}}}
     , {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.2.0"}}}
-    , {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}}
+    , {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}}
     ]}.
 
 {xref_ignores,