summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-08-09 11:18:00 +0000
committerlain <lain@soykaf.club>2020-08-09 11:18:00 +0000
commit0149dd01469b7c52f4abe173157b8b5cc4442ff6 (patch)
tree9dc1cdd8bdf292eff7790e472411c2beaf8168e7 /mix.exs
parent7625e509508a60f5a431ed52790f9eadbcda15c3 (diff)
parentd0fc48ea67d90bf01bd546088b114362592d5eb0 (diff)
downloadpleroma-0149dd01469b7c52f4abe173157b8b5cc4442ff6.tar.gz
pleroma-0149dd01469b7c52f4abe173157b8b5cc4442ff6.zip
Merge branch 'feat/floki-fast-html-2' into 'develop'
Update to fast_html 2 and use it for Floki parsing See merge request pleroma/pleroma!2861
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 aab833c5e..11fdb1670 100644
--- a/mix.exs
+++ b/mix.exs
@@ -127,7 +127,7 @@ defmodule Pleroma.Mixfile do
{:pbkdf2_elixir, "~> 1.2"},
{:bcrypt_elixir, "~> 2.2"},
{:trailing_format_plug, "~> 0.0.7"},
- {:fast_sanitize, "~> 0.1"},
+ {:fast_sanitize, "~> 0.2.0"},
{:html_entities, "~> 0.5", override: true},
{:phoenix_html, "~> 2.14"},
{:calendar, "~> 1.0"},