diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-05 12:37:25 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-05 12:37:25 +0300 |
commit | 9d3b12a6588846978f16be4423f43f64efef2f66 (patch) | |
tree | 9a2a88422aaf7806e937af35fc28951b028b0b40 /mix.exs | |
parent | fee127696308dbec9cff6b2a9b399cf2877cf445 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |