summaryrefslogtreecommitdiff
path: root/mix.lock
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-01-15 14:49:37 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-01-15 14:49:37 +0100
commit453f6b01896aa4f4829d001c963a26a5245028e5 (patch)
tree28265c68d05c71a982698bb63664fa2d37b513c9 /mix.lock
parentmod_stream_mgmt: Don't crash on disabled ACK timer (diff)
Update xmpp dependency in mix.exs and mix.lock
Closes #3146.
Diffstat (limited to 'mix.lock')
-rw-r--r--mix.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.lock b/mix.lock
index 238ce1c3..e1d6090e 100644
--- a/mix.lock
+++ b/mix.lock
@@ -33,6 +33,6 @@
"stringprep": {:hex, :stringprep, "1.0.18", "1d31ae631920ec013e6008d5cea7421912418d1b6ae177725933daaeb706084c", [:rebar3], [{:p1_utils, "1.0.17", [hex: :p1_utils, repo: "hexpm", optional: false]}], "hexpm"},
"stun": {:hex, :stun, "1.0.30", "7e8b896d6bacc19a605919a67a3e42f831e4a3a3597cc2be102c054421c0fbbc", [:rebar3], [{:fast_tls, "1.1.3", [hex: :fast_tls, repo: "hexpm", optional: false]}, {:p1_utils, "1.0.17", [hex: :p1_utils, repo: "hexpm", optional: false]}], "hexpm"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.4.1", "d869e4c68901dd9531385bb0c8c40444ebf624e60b6962d95952775cac5e90cd", [:rebar3], [], "hexpm"},
- "xmpp": {:hex, :xmpp, "1.4.3", "27a909907641762bde2374c80b83a53d7019e8c087ee2726f44fec5c361bd1ae", [:rebar3], [{:ezlib, "1.0.6", [hex: :ezlib, repo: "hexpm", optional: false]}, {:fast_tls, "1.1.3", [hex: :fast_tls, repo: "hexpm", optional: false]}, {:fast_xml, "1.1.38", [hex: :fast_xml, repo: "hexpm", optional: false]}, {:idna, "6.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:p1_utils, "1.0.17", [hex: :p1_utils, repo: "hexpm", optional: false]}, {:stringprep, "1.0.18", [hex: :stringprep, repo: "hexpm", optional: false]}], "hexpm"},
+ "xmpp": {:git, "https://github.com/processone/xmpp.git", "f98a50eb41355747c2cb2690a6f81337cbd3bd68", [ref: "f98a50eb4135"]},
"yconf": {:hex, :yconf, "1.0.2", "2863cd7bb7840a84855525bf611ed6391b8c42d9b9e09505ce90924216a8e6af", [:rebar3], [{:fast_yaml, "1.0.22", [hex: :fast_yaml, repo: "hexpm", optional: false]}], "hexpm"},
}