Skip to content

Commit 99d323b

Browse files
committed
Update fast_tls with updated deps
1 parent 72bc9b6 commit 99d323b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ defmodule Ejabberd.MixProject do
120120
{:dialyxir, "~> 1.2", only: [:test], runtime: false},
121121
{:eimp, "~> 1.0"},
122122
{:ex_doc, "~> 0.31", only: [:edoc], runtime: false},
123-
{:fast_tls, git: "https://github.com/processone/fast_tls.git", ref: "f1e55d6d6bdf109ebc48dda880d028c95f349c3b", override: true},
123+
{:fast_tls, git: "https://github.com/processone/fast_tls.git", ref: "d6ed64546e4f0d92d6a334827ea36b0c38307878", override: true},
124124
{:fast_xml, git: "https://github.com/processone/fast_xml", ref: "72e1c1b2eef84804399095704f2d729d5df8f02e", override: true},
125125
{:fast_yaml, "~> 1.0"},
126126
{:idna, "~> 6.0"},

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{esip, "~> 1.0.57", {git, "https://github.com/processone/esip", {tag, "1.0.57"}}}},
4545
{if_var_true, zlib,
4646
{ezlib, "~> 1.0.13", {git, "https://github.com/processone/ezlib", {tag, "1.0.13"}}}},
47-
{fast_tls, "~> 1.1.22", {git, "https://github.com/processone/fast_tls", "f1e55d6d6bdf109ebc48dda880d028c95f349c3b"}},
47+
{fast_tls, "~> 1.1.22", {git, "https://github.com/processone/fast_tls", "d6ed64546e4f0d92d6a334827ea36b0c38307878"}},
4848
{fast_xml, "~> 1.1.55", {git, "https://github.com/processone/fast_xml", "72e1c1b2eef84804399095704f2d729d5df8f02e"}},
4949
{fast_yaml, "~> 1.0.37", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.37"}}},
5050
{idna, "~> 6.0", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{<<"ezlib">>,{pkg,<<"ezlib">>,<<"1.0.13">>},0},
99
{<<"fast_tls">>,
1010
{git,"https://github.com/processone/fast_tls",
11-
{ref,"f1e55d6d6bdf109ebc48dda880d028c95f349c3b"}},
11+
{ref,"d6ed64546e4f0d92d6a334827ea36b0c38307878"}},
1212
0},
1313
{<<"fast_xml">>,
1414
{git,"https://github.com/processone/fast_xml",

0 commit comments

Comments
 (0)