diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-11-04 08:38:14 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-11-04 08:38:40 -0600 |
commit | 203d9812f0d14a0edd80871a1046a7eeaea6f606 (patch) | |
tree | 4bcaebde292a0b518d3ba4c1c3b1292e553e7e95 /mix.exs | |
parent | 06cc77e6fb33806e81da39fab01c1a07d599e0a1 (diff) | |
download | pleroma-203d9812f0d14a0edd80871a1046a7eeaea6f606.tar.gz pleroma-203d9812f0d14a0edd80871a1046a7eeaea6f606.zip |
mix: update fast_sanitize dependency to 1af67547
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"}, |