summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2019-10-30 17:57:08 -0500
committerMark Felder <feld@FreeBSD.org>2019-10-30 17:57:08 -0500
commitbd0f7f2e09ec4d2883b87fd3c5d3784319de7cc7 (patch)
treee607b9426ba19afe46cf9ce27edef404ae6ec8eb /mix.exs
parentfcea6a9d2c7ae3223a6ec5038869a68ec618cb77 (diff)
downloadpleroma-bd0f7f2e09ec4d2883b87fd3c5d3784319de7cc7.tar.gz
pleroma-bd0f7f2e09ec4d2883b87fd3c5d3784319de7cc7.zip
Bump fast_sanitize dependency so this builds on more than just Linux
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 e85c2aa50..66cea7b89 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: "37f55e2bbe6eb44e8a9c4b3831a5ce73a2f6955c"},
+ ref: "d5c47d580a018c4e7f6fadfca63834b9ae28c18c"},
{:html_entities, "~> 0.4"},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},