From 8e7489c2be4deb03e9d9f8f099cb2015bd1be6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Fri, 23 Aug 2024 20:52:36 +0200 Subject: [PATCH] Remove duplicate dep from mix.exs --- mix.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/mix.exs b/mix.exs index debbb3d7fff..1ba0f6686c8 100644 --- a/mix.exs +++ b/mix.exs @@ -134,7 +134,6 @@ defmodule Ejabberd.MixProject do {:dialyxir, "~> 1.2", only: [:test], runtime: false}, {:eimp, "~> 1.0"}, {:ex_doc, "~> 0.31", only: [:dev, :edoc], runtime: false}, - {:fast_tls, ">= 1.1.18"}, {:fast_tls, git: "https://github.com/processone/fast_tls.git", ref: "75a08772f0ffddfed0441bfdc7e7f9a5adb3862f", override: true}, {:fast_xml, git: "https://github.com/processone/fast_xml.git", ref: "e7dc91310046831f436a03abf029587f0c2764f4", override: true}, {:fast_yaml, "~> 1.0"},