diff options
author | lain <lain@soykaf.club> | 2021-03-02 17:03:14 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-03-02 17:03:14 +0100 |
commit | 0a589c887bd4215e7d443a34c194fd0a3bde8f72 (patch) | |
tree | 0015c7c3ea57f7340fbf80fd230a5f5e1c548148 /mix.exs | |
parent | 7dac83eb6e8b7bf47633e629870bced590639bbf (diff) | |
download | pleroma-0a589c887bd4215e7d443a34c194fd0a3bde8f72.tar.gz |
Mix: Update linkify.v2.3.0
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.4.1"}, + {:linkify, "~> 0.5.0"}, {:http_signatures, "~> 0.1.0"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"}, |