summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-05 12:37:25 +0300
committerrinpatch <rinpatch@sdf.org>2019-11-08 23:38:32 +0300
commit89ca9560e092b3bc22ec94b98c79b21c238e1628 (patch)
tree5a2213d73742d736c98cd3550bc49566130c2955 /mix.exs
parent33d0250edc3a98c4e491c974553aaa3b9d1b3822 (diff)
downloadpleroma-89ca9560e092b3bc22ec94b98c79b21c238e1628.tar.gz
pleroma-89ca9560e092b3bc22ec94b98c79b21c238e1628.zip
Bump HtmlEntities to 0.5
This release brings a major performance imrovement, see https://github.com/martinsvalin/html_entities/pull/17
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 2f7ac0e80..33a8f11bb 100644
--- a/mix.exs
+++ b/mix.exs
@@ -106,7 +106,7 @@ defmodule Pleroma.Mixfile do
{:pbkdf2_elixir, "~> 0.12.3"},
{:trailing_format_plug, "~> 0.0.7"},
{:html_sanitize_ex, "~> 1.3.0"},
- {:html_entities, "~> 0.4"},
+ {:html_entities, "~> 0.5", override: true},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},
{:cachex, "~> 3.0.2"},