diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-10-30 17:57:08 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-10-30 17:57:08 -0500 |
commit | bd0f7f2e09ec4d2883b87fd3c5d3784319de7cc7 (patch) | |
tree | e607b9426ba19afe46cf9ce27edef404ae6ec8eb /mix.exs | |
parent | fcea6a9d2c7ae3223a6ec5038869a68ec618cb77 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |