diff options
author | kaniini <ariadne@dereferenced.org> | 2019-11-04 14:52:56 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-11-04 14:52:56 +0000 |
commit | bec6d02f30bcbb127bdad85847b8d3a67d6440fd (patch) | |
tree | 4bcaebde292a0b518d3ba4c1c3b1292e553e7e95 /mix.exs | |
parent | 06cc77e6fb33806e81da39fab01c1a07d599e0a1 (diff) | |
parent | 203d9812f0d14a0edd80871a1046a7eeaea6f606 (diff) | |
download | pleroma-bec6d02f30bcbb127bdad85847b8d3a67d6440fd.tar.gz |
Merge branch 'chore/update-fast-sanitize' into 'develop'
mix: update fast_sanitize dependency to 1af67547
Closes #1372
See merge request pleroma/pleroma!1934
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: "757e816bbd2cdd3f8357d02a3ed11230e9ff80f2"}, + ref: "1af67547a02a104e26c99d03012383e8643bc4c2"}, {:html_entities, "~> 0.4"}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, |