summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-05-18 17:18:33 +0200
committerRoger Braun <roger@rogerbraun.net>2017-05-18 17:18:33 +0200
commit36ec998dd71d09462f828cad093cfe68018cf9f3 (patch)
tree8e4359a009e274072bb866e3b0546db70fa79908 /mix.exs
parentb74125900c66a59c150fe7936037da95035c1a7d (diff)
downloadpleroma-36ec998dd71d09462f828cad093cfe68018cf9f3.tar.gz
pleroma-36ec998dd71d09462f828cad093cfe68018cf9f3.zip
Update html_sanitize_ex.
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 72c6fb159..69e8fc818 100644
--- a/mix.exs
+++ b/mix.exs
@@ -36,7 +36,7 @@ defmodule Pleroma.Mixfile do
{:cowboy, "~> 1.0", override: true},
{:comeonin, "~> 3.0"},
{:trailing_format_plug, "~> 0.0.5" },
- {:html_sanitize_ex, "~> 1.0.0"},
+ {:html_sanitize_ex, "~> 1.3.0-rc1"},
{:calendar, "~> 0.16.1"},
{:cachex, "~> 2.1"},
{:httpoison, "~> 0.11.1"},