aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-11-04 14:52:56 +0000
committerkaniini <ariadne@dereferenced.org>2019-11-04 14:52:56 +0000
commitbec6d02f30bcbb127bdad85847b8d3a67d6440fd (patch)
tree4bcaebde292a0b518d3ba4c1c3b1292e553e7e95 /mix.exs
parent06cc77e6fb33806e81da39fab01c1a07d599e0a1 (diff)
parent203d9812f0d14a0edd80871a1046a7eeaea6f606 (diff)
downloadpleroma-bec6d02f30bcbb127bdad85847b8d3a67d6440fd.tar.gz
Merge branch 'chore/update-fast-sanitize' into 'develop'
mix: update fast_sanitize dependency to 1af67547 Closes #1372 See merge request pleroma/pleroma!1934
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 f3db83556..1bc4cec2f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -110,7 +110,7 @@ defmodule Pleroma.Mixfile do
{:trailing_format_plug, "~> 0.0.7"},
{:fast_sanitize,
git: "https://git.pleroma.social/pleroma/fast_sanitize.git",
- ref: "757e816bbd2cdd3f8357d02a3ed11230e9ff80f2"},
+ ref: "1af67547a02a104e26c99d03012383e8643bc4c2"},
{:html_entities, "~> 0.4"},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},