diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-01 20:58:24 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-01 20:58:24 +0300 |
commit | 55ef88ef95ecda94ea416bd3a8492f992488ea83 (patch) | |
tree | ab237541a04335a28bb42cd1b7f04a234e73a55b /mix.exs | |
parent | bd0f7f2e09ec4d2883b87fd3c5d3784319de7cc7 (diff) | |
download | pleroma-55ef88ef95ecda94ea416bd3a8492f992488ea83.tar.gz pleroma-55ef88ef95ecda94ea416bd3a8492f992488ea83.zip |
Bump fast_sanitize version
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: "d5c47d580a018c4e7f6fadfca63834b9ae28c18c"}, + ref: "cb92cc6f63b183863f5cecb0c740c34642da5216"}, {:html_entities, "~> 0.4"}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, |