diff options
author | Mark Felder <feld@feld.me> | 2021-07-08 12:33:17 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-07-08 12:33:17 -0500 |
commit | 64d009693e35039025b0ff1cc536206054c2b918 (patch) | |
tree | 75b9678a58f3685d85c58e084fd388d592f0ccb1 /mix.exs | |
parent | 9e1da4bf585773ee9dd5efcabf05f397d66245f8 (diff) | |
download | pleroma-64d009693e35039025b0ff1cc536206054c2b918.tar.gz |
Update Linkify to fix crash on posts with a URL we failed to parse correctly
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |