aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-06-05 17:02:06 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-06-05 17:02:06 +0200
commit266691f929d728f2eea8f25a8300cff88d2f5610 (patch)
treed557b75865e413d16f8c187344e7c2895b17e359
parentUpdate deps (diff)
Update 'yconf' dependency
Fixes #3295.
-rw-r--r--mix.exs2
-rw-r--r--rebar.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 3eff91464..b92920d60 100644
--- a/mix.exs
+++ b/mix.exs
@@ -102,7 +102,7 @@ defmodule Ejabberd.Mixfile do
{:ex_doc, ">= 0.0.0", only: :dev},
{:eimp, "~> 1.0"},
{:base64url, "~> 0.0.1"},
- {:yconf, "~> 1.0"},
+ {:yconf, git: "https://github.com/processone/yconf", ref: "9e700d7307310fcbd1293ac82f1b45cf6e6ef7e8"},
{:jose, "~> 1.8"},
{:idna, "~> 6.0"},
{:p1_acme, "~> 1.0"}]
diff --git a/rebar.config b/rebar.config
index 3aa1d55d4..faf3a4af4 100644
--- a/rebar.config
+++ b/rebar.config
@@ -27,7 +27,7 @@
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.7"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.25"}}},
- {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.5"}}},
+ {yconf, ".*", {git, "https://github.com/processone/yconf", "9e700d7307310fcbd1293ac82f1b45cf6e6ef7e8"}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.4"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.6"}}},
{pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.5"}}},