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-05 12:37:25 +0300
commit9d3b12a6588846978f16be4423f43f64efef2f66 (patch)
tree9a2a88422aaf7806e937af35fc28951b028b0b40 /mix.exs
parentfee127696308dbec9cff6b2a9b399cf2877cf445 (diff)
downloadpleroma-9d3b12a6588846978f16be4423f43f64efef2f66.tar.gz
pleroma-9d3b12a6588846978f16be4423f43f64efef2f66.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 1bc4cec2f..0a3a03a61 100644
--- a/mix.exs
+++ b/mix.exs
@@ -111,7 +111,7 @@ defmodule Pleroma.Mixfile do
{:fast_sanitize,
git: "https://git.pleroma.social/pleroma/fast_sanitize.git",
ref: "1af67547a02a104e26c99d03012383e8643bc4c2"},
- {:html_entities, "~> 0.4"},
+ {:html_entities, "~> 0.5", override: true},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},
{:cachex, "~> 3.0.2"},