]> granicus.if.org Git - ejabberd/commitdiff
Use new fast_yaml
authorMickael Remond <mremond@process-one.net>
Tue, 29 Mar 2016 07:21:24 +0000 (09:21 +0200)
committerMickael Remond <mremond@process-one.net>
Tue, 29 Mar 2016 07:21:24 +0000 (09:21 +0200)
mix.lock
rebar.config

index c0b3d3fbd14ccff6c9765dcba2cfdd8c25f7df88..6cc41bbac0b5f77f3279352827cf49af507f5e5c 100644 (file)
--- a/mix.lock
+++ b/mix.lock
@@ -1,13 +1,14 @@
-%{"bbmustache": {:hex, :bbmustache, "1.0.3"},
+%{"bbmustache": {:hex, :bbmustache, "1.0.4"},
   "cache_tab": {:hex, :cache_tab, "1.0.2"},
+  "cf": {:hex, :cf, "0.2.1"},
   "eredis": {:hex, :eredis, "1.0.8"},
-  "erlware_commons": {:hex, :erlware_commons, "0.15.0"},
+  "erlware_commons": {:hex, :erlware_commons, "0.19.0"},
   "esip": {:hex, :esip, "1.0.2"},
-  "exrm": {:hex, :exrm, "1.0.0-rc7"},
+  "exrm": {:hex, :exrm, "1.0.3"},
   "ezlib": {:hex, :ezlib, "1.0.1"},
   "fast_tls": {:hex, :fast_tls, "1.0.1"},
-  "fast_xml": {:hex, :fast_xml, "1.1.3"},
-  "fast_yaml": {:hex, :fast_yaml, "1.0.2"},
+  "fast_xml": {:hex, :fast_xml, "1.1.11"},
+  "fast_yaml": {:hex, :fast_yaml, "1.0.3"},
   "getopt": {:hex, :getopt, "0.8.2"},
   "goldrush": {:hex, :goldrush, "0.1.7"},
   "iconv": {:hex, :iconv, "1.0.0"},
   "lager": {:hex, :lager, "3.0.2"},
   "p1_mysql": {:hex, :p1_mysql, "1.0.1"},
   "p1_oauth2": {:hex, :p1_oauth2, "0.6.1"},
-  "p1_pgsql": {:hex, :p1_pgsql, "1.0.1"},
+  "p1_pgsql": {:hex, :p1_pgsql, "1.1.0"},
   "p1_utils": {:hex, :p1_utils, "1.0.3"},
   "p1_xmlrpc": {:hex, :p1_xmlrpc, "1.15.1"},
-  "providers": {:hex, :providers, "1.4.1"},
-  "relx": {:hex, :relx, "3.5.0"},
+  "providers": {:hex, :providers, "1.6.0"},
+  "relx": {:hex, :relx, "3.18.0"},
   "sqlite3": {:hex, :sqlite3, "1.1.5"},
-  "stringprep": {:hex, :stringprep, "1.0.2"},
+  "stringprep": {:hex, :stringprep, "1.0.3"},
   "stun": {:hex, :stun, "1.0.1"}}
index 1e944da99d22cbda60ce9081758c9340862b95cb..210e623ae6ba1a541b76569432e27a3ecfdfd571 100644 (file)
@@ -15,7 +15,7 @@
         {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.3"}}},
         {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.1"}}},
         {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.2"}}},
-        {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.2"}}},
+        {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.3"}}},
         {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
         {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},
         {p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}},