aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-11-03 15:41:30 -0600
committerAriadne Conill <ariadne@dereferenced.org>2019-11-03 15:41:30 -0600
commitf42f30087049bb657ebbb8cd8511b1c6888e1ccd (patch)
treec80aee16da83ccb0a2df49e6a75ba5877d196d9d
parent8dd7c099a77faea2ad5c0466121832ddabb09945 (diff)
downloadpleroma-f42f30087049bb657ebbb8cd8511b1c6888e1ccd.tar.gz
update fast sanitize dependency
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f3ef8d955..f3db83556 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: "cb92cc6f63b183863f5cecb0c740c34642da5216"},
+ ref: "757e816bbd2cdd3f8357d02a3ed11230e9ff80f2"},
{:html_entities, "~> 0.4"},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},