diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-05-18 17:18:33 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-05-18 17:18:33 +0200 |
commit | 36ec998dd71d09462f828cad093cfe68018cf9f3 (patch) | |
tree | 8e4359a009e274072bb866e3b0546db70fa79908 /mix.exs | |
parent | b74125900c66a59c150fe7936037da95035c1a7d (diff) | |
download | pleroma-36ec998dd71d09462f828cad093cfe68018cf9f3.tar.gz pleroma-36ec998dd71d09462f828cad093cfe68018cf9f3.zip |
Update html_sanitize_ex.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |