diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-05 12:37:25 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-08 23:38:32 +0300 |
commit | 89ca9560e092b3bc22ec94b98c79b21c238e1628 (patch) | |
tree | 5a2213d73742d736c98cd3550bc49566130c2955 /mix.exs | |
parent | 33d0250edc3a98c4e491c974553aaa3b9d1b3822 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |