summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-29 13:05:20 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-29 13:05:20 +0300
commit41c23251f16ea1951cfea7da3fc809b9e71c25e8 (patch)
treef29b9d7716f1ddf5df9f7b5015697c25c7b90ec6
parent9cde3321a3b4ac6a8df16d7e59f169b545afe55f (diff)
downloadpleroma-41c23251f16ea1951cfea7da3fc809b9e71c25e8.tar.gz
pleroma-41c23251f16ea1951cfea7da3fc809b9e71c25e8.zip
Bump fast_sanitize version
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 0e7c6a6f8..faff7033c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -109,7 +109,7 @@ defmodule Pleroma.Mixfile do
{:pbkdf2_elixir, "~> 0.12.3"},
{:trailing_format_plug, "~> 0.0.7"},
{:html_sanitize_ex, "~> 1.3.0"},
- {:fast_sanitize, git: "https://git.pleroma.social/pleroma/fast_sanitize.git", ref: "2820d841393b3c2f2183d0377f572bf00f513b7c"},
+ {:fast_sanitize, git: "https://git.pleroma.social/pleroma/fast_sanitize.git", ref: "0d996cac23e86afc342a24047e77443661bbbb13"},
{:html_entities, "~> 0.4"},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},