Update Linkify to 0.4.1

Fixes false positive detection of IPv4 addresses
This commit is contained in:
Mark Felder 2020-12-23 09:03:16 -06:00
commit 5b838accc0
3 changed files with 3 additions and 2 deletions

View file

@ -158,7 +158,7 @@ defmodule Pleroma.Mixfile do
{:floki, "~> 0.27"},
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
{:linkify, "~> 0.4.0"},
{:linkify, "~> 0.4.1"},
{:http_signatures, "~> 0.1.0"},
{:telemetry, "~> 0.3"},
{:poolboy, "~> 1.5"},