Bump HtmlEntities to 0.5
This release brings a major performance imrovement, see https://github.com/martinsvalin/html_entities/pull/17
This commit is contained in:
parent
fee1276963
commit
9d3b12a658
2 changed files with 2 additions and 2 deletions
2
mix.exs
2
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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue