Update Linkify to fix crash on posts with a URL we failed to parse correctly

This commit is contained in:
Mark Felder 2021-07-08 12:33:17 -05:00
commit 64d009693e
3 changed files with 3 additions and 2 deletions

View file

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