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
33d0250edc
commit
89ca9560e0
2 changed files with 2 additions and 2 deletions
2
mix.exs
2
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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue