Override idna dependency

Only meaningful difference with version 6 (which is required by swoosh)
is compatibility with old OTP versions. We don't care about that, so we
can try to upgrade.
This commit is contained in:
Claudio Ortolina
2026-03-04 17:38:36 +00:00
parent ad9bcd8481
commit 25fd355d1c
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -90,6 +90,9 @@ defmodule MusicLibrary.MixProject do
{:finch, "~> 0.21.0"},
{:req, "~> 0.5.8"},
{:server_sent_events, "~> 0.2"},
# Mailers
{:idna, "~> 7.1", override: true},
{:swoosh, "~> 1.22"},
{:multipart, "~> 0.6.0"},