Update Linkify to fix crash on posts with a URL we failed to parse correctly
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index e4b160971e6c5833dc328bfb4a22e85390b08112..1a7aac6a486e3d0504fedbbde2321c62c8f8c2d5 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -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"},