summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-07-08 12:33:17 -0500
committerMark Felder <feld@feld.me>2021-07-08 12:33:17 -0500
commit64d009693e35039025b0ff1cc536206054c2b918 (patch)
tree75b9678a58f3685d85c58e084fd388d592f0ccb1 /mix.exs
parent9e1da4bf585773ee9dd5efcabf05f397d66245f8 (diff)
Update Linkify to fix crash on posts with a URL we failed to parse correctly
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index e4b160971..1a7aac6a4 100644
--- 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"},