diff options
author | lain <lain@soykaf.club> | 2020-08-09 11:18:00 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-09 11:18:00 +0000 |
commit | 0149dd01469b7c52f4abe173157b8b5cc4442ff6 (patch) | |
tree | 9dc1cdd8bdf292eff7790e472411c2beaf8168e7 /mix.exs | |
parent | 7625e509508a60f5a431ed52790f9eadbcda15c3 (diff) | |
parent | d0fc48ea67d90bf01bd546088b114362592d5eb0 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |