mix.exs: update fast_sanitize to 0.2.0
This commit is contained in:
parent
7e23a48d38
commit
c662b09eee
2 changed files with 4 additions and 3 deletions
2
mix.exs
2
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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue