summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-11-04 08:38:14 -0600
committerAriadne Conill <ariadne@dereferenced.org>2019-11-04 08:38:40 -0600
commit203d9812f0d14a0edd80871a1046a7eeaea6f606 (patch)
tree4bcaebde292a0b518d3ba4c1c3b1292e553e7e95 /mix.exs
parent06cc77e6fb33806e81da39fab01c1a07d599e0a1 (diff)
downloadpleroma-203d9812f0d14a0edd80871a1046a7eeaea6f606.tar.gz
pleroma-203d9812f0d14a0edd80871a1046a7eeaea6f606.zip
mix: update fast_sanitize dependency to 1af67547
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"},