diff options
author | rinpatch <rinpatch@sdf.org> | 2020-08-07 16:45:04 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-08-07 16:45:33 +0300 |
commit | c662b09eee7f1e8a598c595f66e5b38b5dcbad45 (patch) | |
tree | 4641e64258e74b21dc282feba0e697c290877be3 /mix.exs | |
parent | 7e23a48d38da50f1653f37c65610623f585ada9e (diff) | |
download | pleroma-c662b09eee7f1e8a598c595f66e5b38b5dcbad45.tar.gz |
mix.exs: update fast_sanitize to 0.2.0
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"}, |